exclude vool compiler from normal rules
that’s the visitor pattern for you.
This commit is contained in:
parent
de8b48975b
commit
20542d1e8b
4
.reek
4
.reek
@ -6,24 +6,28 @@ DuplicateMethodCall:
|
||||
max_calls: 2
|
||||
FeatureEnvy:
|
||||
exclude:
|
||||
- "Vool::Compiler"
|
||||
- "Risc::Interpreter"
|
||||
- "Risc::Assembler"
|
||||
- "Arm::Translator"
|
||||
- "Vm::ToCode"
|
||||
TooManyMethods:
|
||||
exclude:
|
||||
- "Vool::Compiler"
|
||||
- "Risc::Interpreter"
|
||||
- "Risc::Assembler"
|
||||
- "Arm::Translator"
|
||||
- "Vm::ToCode"
|
||||
UtilityFunction:
|
||||
exclude:
|
||||
- "Vool::Compiler"
|
||||
- "Risc::Interpreter"
|
||||
- "Risc::Assembler"
|
||||
- "Arm::Translator"
|
||||
- "Vm::ToCode"
|
||||
UncommunicativeMethodName:
|
||||
exclude:
|
||||
- "Vool::Compiler"
|
||||
- "Risc::Assembler"
|
||||
- "Risc::Interpreter"
|
||||
- "Arm::Translator"
|
||||
|
Loading…
Reference in New Issue
Block a user