2012-07-23 16:37:44 +02:00
|
|
|
---
|
2013-04-17 19:41:11 -07:00
|
|
|
Attribute:
|
2013-06-15 17:16:57 +02:00
|
|
|
enabled: false
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
BooleanParameter:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
ClassVariable:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
ControlParameter:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
DataClump:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
max_copies: 2
|
|
|
|
min_clump_size: 2
|
|
|
|
DuplicateMethodCall:
|
2013-06-15 17:16:57 +02:00
|
|
|
enabled: false
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
max_calls: 1
|
|
|
|
allow_calls: []
|
|
|
|
FeatureEnvy:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-04-17 19:41:11 -07:00
|
|
|
exclude:
|
2013-07-28 12:20:01 -07:00
|
|
|
- Mutant::Matcher::Method::Instance#match?
|
|
|
|
- Mutant::Matcher::Method::Singleton#receiver?
|
2013-04-17 19:41:11 -07:00
|
|
|
- Mutant::Mutation::Evil#success?
|
|
|
|
- Mutant::Mutation::Neutral#success?
|
2013-04-21 02:48:58 +02:00
|
|
|
- Mutant::Reporter::CLI#subject_results
|
2014-01-17 22:59:22 +01:00
|
|
|
- Mutant::Rspec::Strategy#options
|
2014-01-19 00:35:56 +01:00
|
|
|
# Nature of OptionParser :(
|
|
|
|
- Mutant::CLI#add_environmental_options
|
|
|
|
- Mutant::CLI#parse
|
2012-07-23 16:37:44 +02:00
|
|
|
IrresponsibleModule:
|
|
|
|
enabled: true
|
2013-06-15 17:16:57 +02:00
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
LongParameterList:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-07-05 00:54:50 +02:00
|
|
|
exclude:
|
|
|
|
- Mutant::Matcher::Method::Instance#self.build?
|
2013-04-17 19:41:11 -07:00
|
|
|
max_params: 2
|
|
|
|
LongYieldList:
|
|
|
|
enabled: true
|
|
|
|
exclude: []
|
|
|
|
max_params: 2
|
2012-07-23 16:37:44 +02:00
|
|
|
NestedIterators:
|
2013-04-17 19:41:11 -07:00
|
|
|
enabled: true
|
2013-04-17 20:31:21 -07:00
|
|
|
exclude:
|
2013-05-15 10:36:35 +02:00
|
|
|
- Mutant#self.singleton_subclass_instance
|
2013-07-28 12:20:01 -07:00
|
|
|
- Mutant::CLI#parse
|
2013-01-04 22:16:03 +01:00
|
|
|
- Mutant::Mutator::Util::Array::Element#dispatch
|
2013-07-21 20:32:07 +02:00
|
|
|
- Mutant::Reporter::CLI::Printer::Config::Runner#generic_stats
|
2012-07-23 16:37:44 +02:00
|
|
|
max_allowed_nesting: 1
|
2013-04-17 19:41:11 -07:00
|
|
|
ignore_iterators: []
|
|
|
|
NilCheck:
|
2013-06-29 01:07:58 +02:00
|
|
|
enabled: false
|
2013-04-17 19:41:11 -07:00
|
|
|
RepeatedConditional:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-04-17 19:41:11 -07:00
|
|
|
exclude:
|
2013-06-15 17:16:57 +02:00
|
|
|
- Mutant::Mutator
|
2013-04-17 19:41:11 -07:00
|
|
|
- Mutant::Reporter::CLI
|
|
|
|
max_ifs: 1
|
|
|
|
TooManyInstanceVariables:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-04-17 19:41:11 -07:00
|
|
|
exclude:
|
2013-06-15 17:16:57 +02:00
|
|
|
- Mutant::CLI # 4 vars
|
|
|
|
- Mutant::Killer # 4 vars
|
2013-06-24 23:18:44 +02:00
|
|
|
- Mutant::Mutator # 4 vars
|
2013-07-15 11:43:10 +02:00
|
|
|
- Mutant::Runner # 4 vars
|
2013-04-17 19:41:11 -07:00
|
|
|
max_instance_variables: 3
|
|
|
|
TooManyMethods:
|
|
|
|
enabled: true
|
|
|
|
exclude:
|
|
|
|
- Mutant::CLI
|
2013-09-08 22:37:44 -07:00
|
|
|
- Mutant::Mutator::Node
|
2013-04-17 19:41:11 -07:00
|
|
|
- Mutant::Reporter::CLI
|
|
|
|
max_methods: 10
|
|
|
|
TooManyStatements:
|
|
|
|
enabled: true
|
|
|
|
exclude:
|
2013-07-28 12:20:01 -07:00
|
|
|
- Mutant#self.singleton_subclass_instance
|
2014-01-17 22:59:22 +01:00
|
|
|
- Mutant::Rspec::Killer#run
|
2013-04-17 19:41:11 -07:00
|
|
|
- Mutant::Reporter::CLI#colorized_diff
|
2013-06-22 17:53:24 +02:00
|
|
|
- Mutant::Reporter::CLI::Printer::Config::Runner#run
|
2013-07-15 11:43:10 +02:00
|
|
|
- Mutant::Runner#dispatch
|
2013-07-28 12:20:01 -07:00
|
|
|
- Mutant::Zombifier::File#self.find_uncached
|
2014-01-19 00:35:56 +01:00
|
|
|
# How mutant does CLI parsing is shit
|
|
|
|
- Mutant::CLI#parse
|
|
|
|
- Mutant::CLI#initialize
|
2013-06-15 17:16:57 +02:00
|
|
|
max_statements: 6
|
2013-04-17 19:41:11 -07:00
|
|
|
UncommunicativeMethodName:
|
|
|
|
enabled: true
|
|
|
|
exclude:
|
|
|
|
- Mutant::Mutation#sha1
|
2013-06-15 17:16:57 +02:00
|
|
|
- Mutant::NodeHelpers#s
|
2013-04-17 19:41:11 -07:00
|
|
|
reject:
|
|
|
|
- !ruby/regexp /^[a-z]$/
|
|
|
|
- !ruby/regexp /[0-9]$/
|
|
|
|
- !ruby/regexp /[A-Z]/
|
2012-07-23 16:37:44 +02:00
|
|
|
accept: []
|
2013-04-17 19:41:11 -07:00
|
|
|
UncommunicativeModuleName:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-07-17 19:48:18 +02:00
|
|
|
exclude: []
|
2012-07-23 16:37:44 +02:00
|
|
|
reject:
|
|
|
|
- !ruby/regexp /^.$/
|
|
|
|
- !ruby/regexp /[0-9]$/
|
2013-04-17 19:41:11 -07:00
|
|
|
accept: []
|
|
|
|
UncommunicativeParameterName:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
reject:
|
|
|
|
- !ruby/regexp /^.$/
|
|
|
|
- !ruby/regexp /[0-9]$/
|
|
|
|
- !ruby/regexp /[A-Z]/
|
|
|
|
accept: []
|
|
|
|
UncommunicativeVariableName:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
reject:
|
|
|
|
- !ruby/regexp /^.$/
|
|
|
|
- !ruby/regexp /[0-9]$/
|
|
|
|
- !ruby/regexp /[A-Z]/
|
|
|
|
accept: []
|
|
|
|
UnusedParameters:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-06-15 17:16:57 +02:00
|
|
|
exclude: []
|
2013-04-17 19:41:11 -07:00
|
|
|
UtilityFunction:
|
2012-07-23 16:37:44 +02:00
|
|
|
enabled: true
|
2013-04-17 19:41:11 -07:00
|
|
|
exclude:
|
2013-04-21 02:48:58 +02:00
|
|
|
- Mutant::CLI#reporter
|
2013-04-17 19:41:11 -07:00
|
|
|
- Mutant::Mutation::Evil#success?
|
|
|
|
- Mutant::Mutation::Neutral#success?
|
2013-07-28 12:20:01 -07:00
|
|
|
- Mutant::NodeHelpers#s
|
2014-01-17 22:59:22 +01:00
|
|
|
- Mutant::Rspec::Strategy#configuration
|
|
|
|
- Mutant::Rspec::Strategy#options
|
|
|
|
- Mutant::Rspec::Strategy#world
|
2014-03-05 19:14:52 +00:00
|
|
|
- Mutant::Rspec::Strategy#rspec2
|
2013-04-17 19:41:11 -07:00
|
|
|
max_helper_calls: 0
|