code rules for compilers are somewhat different
This commit is contained in:
parent
ff7ba17c00
commit
523302ebe2
20
.reek
20
.reek
@ -4,3 +4,23 @@ TooManyStatements:
|
||||
max_statements: 8
|
||||
DuplicateMethodCall:
|
||||
max_calls: 2
|
||||
Feature Envy:
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user