Updated rubocop yml

This commit is contained in:
Priit Tamboom 2014-10-09 12:37:40 +03:00
parent 19846a3abf
commit 20d78f0220

View file

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