mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +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:
|
||||
- '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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue