rubyx/.reek

27 lines
516 B
Plaintext
Raw Normal View History

---
TooManyStatements:
enabled: true
max_statements: 8
DuplicateMethodCall:
max_calls: 2
2016-12-30 15:46:12 +01:00
FeatureEnvy:
exclude:
- "Register::Interpreter"
- "Arm::Translator"
- "Typed::ToCode"
TooManyMethods:
exclude:
- "Register::Interpreter"
- "Arm::Translator"
- "Typed::ToCode"
UtilityFunction:
exclude:
- "Register::Interpreter"
- "Arm::Translator"
- "Typed::ToCode"
UncommunicativeMethodName:
exclude:
- "Register::Interpreter"
- "Arm::Translator"
- "Typed::ToCode"