Adjust reek config

This commit is contained in:
Markus Schirp 2014-05-11 18:46:20 +00:00
parent b3e75d9795
commit 8ea295fb8e
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -8,6 +8,7 @@ module Mutant
class Progress < self
include AbstractType
# Mutation progress reporter
class Mutation < self
handle(Runner::Mutation)