be52403a1a
break the rules by pattern
39 lines
784 B
YAML
39 lines
784 B
YAML
---
|
|
TooManyStatements:
|
|
enabled: true
|
|
max_statements: 8
|
|
DuplicateMethodCall:
|
|
max_calls: 2
|
|
FeatureEnvy:
|
|
exclude:
|
|
- "Vool::Compiler"
|
|
- "Vool::RubyCompiler"
|
|
- "Risc::Interpreter"
|
|
- "Risc::Assembler"
|
|
- "Arm::Translator"
|
|
- "Vm::ToCode"
|
|
TooManyMethods:
|
|
exclude:
|
|
- "Vool::Compiler"
|
|
- "Vool::RubyCompiler"
|
|
- "Risc::Interpreter"
|
|
- "Risc::Assembler"
|
|
- "Arm::Translator"
|
|
- "Vm::ToCode"
|
|
UtilityFunction:
|
|
exclude:
|
|
- "Vool::Compiler"
|
|
- "Vool::RubyCompiler"
|
|
- "Risc::Interpreter"
|
|
- "Risc::Assembler"
|
|
- "Arm::Translator"
|
|
- "Vm::ToCode"
|
|
UncommunicativeMethodName:
|
|
exclude:
|
|
- "Vool::Compiler"
|
|
- "Vool::RubyCompiler"
|
|
- "Risc::Assembler"
|
|
- "Risc::Interpreter"
|
|
- "Arm::Translator"
|
|
- "Vm::ToCode"
|