Adjust reek config
This commit is contained in:
parent
b3e75d9795
commit
8ea295fb8e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -8,6 +8,7 @@ module Mutant
|
|||
class Progress < self
|
||||
include AbstractType
|
||||
|
||||
# Mutation progress reporter
|
||||
class Mutation < self
|
||||
|
||||
handle(Runner::Mutation)
|
||||
|
|
Loading…
Reference in a new issue