tell reek to ignore ruby_compiler

break the rules by pattern
This commit is contained in:
Torsten Ruger 2017-08-30 23:04:22 +03:00
parent cd2988f8a2
commit be52403a1a

4
.reek
View File

@ -7,6 +7,7 @@ DuplicateMethodCall:
FeatureEnvy:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
@ -14,6 +15,7 @@ FeatureEnvy:
TooManyMethods:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
@ -21,6 +23,7 @@ TooManyMethods:
UtilityFunction:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Interpreter"
- "Risc::Assembler"
- "Arm::Translator"
@ -28,6 +31,7 @@ UtilityFunction:
UncommunicativeMethodName:
exclude:
- "Vool::Compiler"
- "Vool::RubyCompiler"
- "Risc::Assembler"
- "Risc::Interpreter"
- "Arm::Translator"