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
DuplicateMethodCall:
max_calls: 2
Feature Envy:
FeatureEnvy:
exclude:
- "Register::Interpreter"
- "Arm::Translator"