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
|
enabled: true
|
||||||
exclude:
|
exclude:
|
||||||
- Mutant#self.singleton_subclass_instance
|
- Mutant#self.singleton_subclass_instance
|
||||||
|
- Mutant#self.isolate
|
||||||
- Mutant::Rspec::Killer#run
|
- Mutant::Rspec::Killer#run
|
||||||
- Mutant::Reporter::CLI#colorized_diff
|
- Mutant::Reporter::CLI#colorized_diff
|
||||||
- Mutant::Reporter::CLI::Printer::Config::Runner#run
|
- Mutant::Reporter::CLI::Printer::Config::Runner#run
|
||||||
- Mutant::Runner#dispatch
|
- Mutant::Runner#visit_collection
|
||||||
- Mutant::Zombifier::File#self.find
|
- Mutant::Zombifier::File#self.find
|
||||||
- Mutant::RequireHighjack#infect
|
- Mutant::RequireHighjack#infect
|
||||||
# How mutant does CLI parsing is shit
|
# How mutant does CLI parsing is shit
|
||||||
|
|
|
@ -8,6 +8,7 @@ module Mutant
|
||||||
class Progress < self
|
class Progress < self
|
||||||
include AbstractType
|
include AbstractType
|
||||||
|
|
||||||
|
# Mutation progress reporter
|
||||||
class Mutation < self
|
class Mutation < self
|
||||||
|
|
||||||
handle(Runner::Mutation)
|
handle(Runner::Mutation)
|
||||||
|
|
Loading…
Reference in a new issue