From 447f32106ee839bc89697d89a810056b8b862ccb Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 31 May 2014 00:10:02 +0000 Subject: [PATCH] Whitelist reek reported issues --- config/reek.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/reek.yml b/config/reek.yml index e8360a4e..85bb938f 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -94,6 +94,8 @@ TooManyStatements: - Mutant::Reporter::CLI#colorized_diff - Mutant::Reporter::CLI::Report::Config#run - Mutant::Runner#visit_collection + - Mutant::Runner#initialize + - Mutant::Runner::Mutation#run - Mutant::Zombifier::File#self.find - Mutant::RequireHighjack#infect - Mutant::Reporter::CLI::Registry#included