Deactivate raek NilCheck smell detection
I like Object#nil?, dunno why this should be a smell. It is most exact!
This commit is contained in:
parent
7abce0d058
commit
55b6cdfafd
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ NestedIterators:
|
|||
max_allowed_nesting: 1
|
||||
ignore_iterators: []
|
||||
NilCheck:
|
||||
enabled: true
|
||||
exclude:
|
||||
- Mutant::Matcher::Method#skip?
|
||||
enabled: false
|
||||
RepeatedConditional:
|
||||
enabled: true
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue