rubyx/.reek.yml

41 lines
837 B
YAML
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"
2018-06-29 21:56:49 +02:00
- "RubyX::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"
TooManyMethods:
max_methods: 30
exclude:
- "Vool::Compiler"
2018-06-29 21:56:49 +02:00
- "RubyX::RubyCompiler"
- "Ruby::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
- "Util::List"
UtilityFunction:
exclude:
- "Vool::Compiler"
2018-06-29 21:56:49 +02:00
- "RubyX::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"
UncommunicativeMethodName:
exclude:
- "Vool::Compiler"
2018-06-29 21:56:49 +02:00
- "RubyX::RubyCompiler"
- "Risc::TextWriter"
- "Risc::Interpreter"
- "Arm::Translator"
2017-01-14 18:28:44 +01:00
- "Vm::ToCode"