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