diff --git a/.rubocop.yml b/.rubocop.yml index ce05b727c..1deb6d11e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,11 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false +# allow == operator used in void context in specs +Void: + Exclude: + - 'spec/**/*' + # No need to force reduce to use |a, e| as parameters. # Configuration parameters: Methods. Style/SingleLineBlockParams: