rubyx/.reek

39 lines
784 B
Plaintext
Raw Normal View History

---
TooManyStatements:
enabled: true
max_statements: 8
DuplicateMethodCall:
max_calls: 2
2016-12-30 15:46:12 +01:00
FeatureEnvy:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"
TooManyMethods:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"
UtilityFunction:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"
UncommunicativeMethodName:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Assembler"
- "Risc::Interpreter"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"