Adjust reek config
This commit is contained in:
parent
5eafa79738
commit
1d1a243cca
1 changed files with 6 additions and 6 deletions
|
@ -24,14 +24,15 @@ DuplicateMethodCall:
|
|||
FeatureEnvy:
|
||||
enabled: true
|
||||
exclude:
|
||||
- Mutant::CLI#parse
|
||||
- Mutant::CLI#add_strategies
|
||||
- Mutant::Matcher::Method::Instance#match?
|
||||
- Mutant::Matcher::Method::Singleton#receiver?
|
||||
- Mutant::Mutation::Evil#success?
|
||||
- Mutant::Mutation::Neutral#success?
|
||||
- Mutant::Reporter::CLI#subject_results
|
||||
- Mutant::Rspec::Strategy#options
|
||||
# Nature of OptionParser :(
|
||||
- Mutant::CLI#add_environmental_options
|
||||
- Mutant::CLI#parse
|
||||
IrresponsibleModule:
|
||||
enabled: true
|
||||
exclude: []
|
||||
|
@ -80,14 +81,14 @@ TooManyStatements:
|
|||
enabled: true
|
||||
exclude:
|
||||
- Mutant#self.singleton_subclass_instance
|
||||
- Mutant::CLI#parse
|
||||
- Mutant::CLI#add_options
|
||||
- Mutant::CLI#add_strategies
|
||||
- Mutant::Rspec::Killer#run
|
||||
- Mutant::Reporter::CLI#colorized_diff
|
||||
- Mutant::Reporter::CLI::Printer::Config::Runner#run
|
||||
- Mutant::Runner#dispatch
|
||||
- Mutant::Zombifier::File#self.find_uncached
|
||||
# How mutant does CLI parsing is shit
|
||||
- Mutant::CLI#parse
|
||||
- Mutant::CLI#initialize
|
||||
max_statements: 6
|
||||
UncommunicativeMethodName:
|
||||
enabled: true
|
||||
|
@ -135,5 +136,4 @@ UtilityFunction:
|
|||
- Mutant::Rspec::Strategy#configuration
|
||||
- Mutant::Rspec::Strategy#options
|
||||
- Mutant::Rspec::Strategy#world
|
||||
|
||||
max_helper_calls: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue