Adjust reek config
This commit is contained in:
parent
72ac348c57
commit
c0aeba3681
1 changed files with 2 additions and 12 deletions
|
@ -23,18 +23,7 @@ DuplicateMethodCall:
|
|||
max_calls: 1
|
||||
allow_calls: []
|
||||
FeatureEnvy:
|
||||
enabled: true
|
||||
exclude:
|
||||
- Mutant::Env#scope_name
|
||||
- Mutant::Diff#minimized_hunks
|
||||
- Mutant::Integration::Rspec#parse_example
|
||||
- Mutant::Matcher::Method::Instance#match?
|
||||
- Mutant::Matcher::Method::Singleton#receiver?
|
||||
- Mutant::Mutator::Node#children_indices
|
||||
- Mutant::Meta::Example::Verification#format_mutation # False positive, its a utility
|
||||
- Mutant::Reporter::CLI#subject_results
|
||||
- Mutant::Parallel::Worker#handle
|
||||
- Mutant::Subject#source_lines
|
||||
enabled: false
|
||||
IrresponsibleModule:
|
||||
enabled: true
|
||||
exclude: []
|
||||
|
@ -93,6 +82,7 @@ TooManyStatements:
|
|||
- Mutant::Reporter::CLI::Printer::Config#run
|
||||
- Mutant::Zombifier::File#self.find
|
||||
- Mutant::CLI#add_environment_options
|
||||
- Mutant::CLI#add_debug_options
|
||||
- Mutant::Runner#run_driver
|
||||
max_statements: 7
|
||||
UncommunicativeMethodName:
|
||||
|
|
Loading…
Reference in a new issue