This commit is contained in:
Torsten Ruger 2016-12-30 16:46:12 +02:00
parent f0350601a7
commit 4ef8997854

2
.reek
View File

@ -4,7 +4,7 @@ TooManyStatements:
max_statements: 8 max_statements: 8
DuplicateMethodCall: DuplicateMethodCall:
max_calls: 2 max_calls: 2
Feature Envy: FeatureEnvy:
exclude: exclude:
- "Register::Interpreter" - "Register::Interpreter"
- "Arm::Translator" - "Arm::Translator"