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:
Markus Schirp 2013-06-29 01:07:58 +02:00
parent 7abce0d058
commit 55b6cdfafd

View file

@ -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: