rubocop: allow should == nil syntax

This commit is contained in:
Priit Tamboom 2014-10-13 14:06:00 +03:00
parent b5926d9fa2
commit ac9be038ae

View file

@ -44,6 +44,11 @@ Void:
Exclude:
- 'spec/**/*'
# allow should == nil in spec
Style/NilComparison:
Exclude:
- 'spec/**/*'
# No need to force reduce to use |a, e| as parameters.
# Configuration parameters: Methods.
Style/SingleLineBlockParams: