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