From 87ba520cd714a34c22f6078aa8c368a0a57dc9e0 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 26 Mar 2014 21:20:52 +0000 Subject: [PATCH] Whitelist reek issue --- config/reek.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/reek.yml b/config/reek.yml index d9f9272d..593b00e7 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -89,6 +89,7 @@ TooManyStatements: # How mutant does CLI parsing is shit - Mutant::CLI#parse - Mutant::CLI#initialize + - Mutant::CLI#add_debug_options max_statements: 6 UncommunicativeMethodName: enabled: true