diff --git a/.rubocop.yml b/.rubocop.yml index 1deb6d11e..7a9bd38fb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,10 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false +# a bit too annoying requirement, no big drawback yet dedected +Style/TrailingWhitespace: + Enabled: false + # allow == operator used in void context in specs Void: Exclude: