2016-12-30 11:42:23 +01:00
|
|
|
---
|
|
|
|
TooManyStatements:
|
|
|
|
enabled: true
|
|
|
|
max_statements: 8
|
|
|
|
DuplicateMethodCall:
|
|
|
|
max_calls: 2
|
2016-12-30 15:46:12 +01:00
|
|
|
FeatureEnvy:
|
2016-12-30 12:14:16 +01:00
|
|
|
exclude:
|
2017-01-19 08:02:29 +01:00
|
|
|
- "Risc::Interpreter"
|
|
|
|
- "Risc::Assembler"
|
2016-12-30 12:14:16 +01:00
|
|
|
- "Arm::Translator"
|
2017-01-14 18:28:44 +01:00
|
|
|
- "Vm::ToCode"
|
2016-12-30 12:14:16 +01:00
|
|
|
TooManyMethods:
|
|
|
|
exclude:
|
2017-01-19 08:02:29 +01:00
|
|
|
- "Risc::Interpreter"
|
|
|
|
- "Risc::Assembler"
|
2016-12-30 12:14:16 +01:00
|
|
|
- "Arm::Translator"
|
2017-01-14 18:28:44 +01:00
|
|
|
- "Vm::ToCode"
|
2016-12-30 12:14:16 +01:00
|
|
|
UtilityFunction:
|
|
|
|
exclude:
|
2017-01-19 08:02:29 +01:00
|
|
|
- "Risc::Interpreter"
|
|
|
|
- "Risc::Assembler"
|
2016-12-30 12:14:16 +01:00
|
|
|
- "Arm::Translator"
|
2017-01-14 18:28:44 +01:00
|
|
|
- "Vm::ToCode"
|
2016-12-30 12:14:16 +01:00
|
|
|
UncommunicativeMethodName:
|
|
|
|
exclude:
|
2017-01-19 08:02:29 +01:00
|
|
|
- "Risc::Assembler"
|
|
|
|
- "Risc::Interpreter"
|
2016-12-30 12:14:16 +01:00
|
|
|
- "Arm::Translator"
|
2017-01-14 18:28:44 +01:00
|
|
|
- "Vm::ToCode"
|