From 55b6cdfafd6fc4529c8f770829b217563f4d99cd Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 29 Jun 2013 01:07:58 +0200 Subject: [PATCH] Deactivate raek NilCheck smell detection I like Object#nil?, dunno why this should be a smell. It is most exact! --- config/reek.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/reek.yml b/config/reek.yml index 70abdc7b..4508e3b6 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -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: