Adjust reek config

This commit is contained in:
Markus Schirp 2014-12-22 10:26:05 +00:00
parent 72ac348c57
commit c0aeba3681

View file

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