Update reek config

This commit is contained in:
Markus Schirp 2013-06-24 23:18:44 +02:00
parent eb32a96974
commit 3e375a2052

View file

@ -58,14 +58,13 @@ RepeatedConditional:
exclude:
- Mutant::Mutator
- Mutant::Reporter::CLI
- Mutant::Mutator::Node::Send
- Mutant::Mutator::Node::If
max_ifs: 1
TooManyInstanceVariables:
enabled: true
exclude:
- Mutant::CLI # 4 vars
- Mutant::Killer # 4 vars
- Mutant::Mutator # 4 vars
max_instance_variables: 3
TooManyMethods:
enabled: true