rubyx/.reek
Torsten Ruger be52403a1a tell reek to ignore ruby_compiler
break the rules by pattern
2017-08-30 23:04:22 +03:00

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"