exclude vool compiler from normal rules

that’s the visitor pattern for you.
This commit is contained in:
Torsten Ruger 2017-04-05 14:02:18 +03:00
parent de8b48975b
commit 20542d1e8b
1 changed files with 4 additions and 0 deletions

4
.reek
View File

@ -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"