From b2a7c976066294b3282544827a41fe91b65d8af5 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 15 Jul 2013 11:43:10 +0200 Subject: [PATCH] Adjust reek settings --- config/reek.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/reek.yml b/config/reek.yml index d03d447e..8f9409a1 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -64,6 +64,7 @@ TooManyInstanceVariables: - Mutant::CLI # 4 vars - Mutant::Killer # 4 vars - Mutant::Mutator # 4 vars + - Mutant::Runner # 4 vars max_instance_variables: 3 TooManyMethods: enabled: true @@ -79,6 +80,7 @@ TooManyStatements: - Mutant::Reporter::CLI::Printer::Config::Runner#run - Mutant#self.singleton_subclass_instance - Mutant::Zombifier::File#self.find_uncached + - Mutant::Runner#dispatch max_statements: 6 UncommunicativeMethodName: enabled: true