rubyx/.reek

39 lines
788 B
Plaintext
Raw Normal View History

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