mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
rubocop: allow should == nil syntax
This commit is contained in:
parent
b5926d9fa2
commit
ac9be038ae
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ Void:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/**/*'
|
- 'spec/**/*'
|
||||||
|
|
||||||
|
# allow should == nil in spec
|
||||||
|
Style/NilComparison:
|
||||||
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue