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 16:46:12 +02:00
FeatureEnvy:
exclude:
- "Vool::Compiler"
2018-06-29 22:56:49 +03:00
- "RubyX::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
2017-01-14 19:28:44 +02:00
- "Vm::ToCode"
TooManyMethods:
max_methods: 30
exclude:
- "Vool::Compiler"
2018-06-29 22:56:49 +03:00
- "RubyX::RubyCompiler"
- "Ruby::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
- "Util::List"
UtilityFunction:
exclude:
- "Vool::Compiler"
2018-06-29 22:56:49 +03:00
- "RubyX::RubyCompiler"
- "Risc::Interpreter"
- "Risc::TextWriter"
- "Arm::Translator"
2017-01-14 19:28:44 +02:00
- "Vm::ToCode"
UncommunicativeMethodName:
exclude:
- "Vool::Compiler"
2018-06-29 22:56:49 +03:00
- "RubyX::RubyCompiler"
- "Risc::TextWriter"
- "Risc::Interpreter"
- "Arm::Translator"
2017-01-14 19:28:44 +02:00
- "Vm::ToCode"