From 8ea295fb8e77e58fd3fa97f1cab7b84868feccf6 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 11 May 2014 18:46:20 +0000 Subject: [PATCH] Adjust reek config --- config/reek.yml | 3 ++- lib/mutant/reporter/cli/printer/progress.rb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/reek.yml b/config/reek.yml index f980ca29..5cb63abb 100644 --- a/config/reek.yml +++ b/config/reek.yml @@ -86,10 +86,11 @@ TooManyStatements: enabled: true exclude: - Mutant#self.singleton_subclass_instance + - Mutant#self.isolate - Mutant::Rspec::Killer#run - Mutant::Reporter::CLI#colorized_diff - Mutant::Reporter::CLI::Printer::Config::Runner#run - - Mutant::Runner#dispatch + - Mutant::Runner#visit_collection - Mutant::Zombifier::File#self.find - Mutant::RequireHighjack#infect # How mutant does CLI parsing is shit diff --git a/lib/mutant/reporter/cli/printer/progress.rb b/lib/mutant/reporter/cli/printer/progress.rb index 8636014e..68574679 100644 --- a/lib/mutant/reporter/cli/printer/progress.rb +++ b/lib/mutant/reporter/cli/printer/progress.rb @@ -8,6 +8,7 @@ module Mutant class Progress < self include AbstractType + # Mutation progress reporter class Mutation < self handle(Runner::Mutation)