Skip to content

Commit

Permalink
Adjust reek config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Jan 18, 2014
1 parent 5eafa79 commit 1d1a243
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/reek.yml
Expand Up @@ -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: []
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -135,5 +136,4 @@ UtilityFunction:
- Mutant::Rspec::Strategy#configuration
- Mutant::Rspec::Strategy#options
- Mutant::Rspec::Strategy#world

max_helper_calls: 0

0 comments on commit 1d1a243

Please sign in to comment.