tell reek to ignore ruby_compiler
break the rules by pattern
This commit is contained in:
parent
cd2988f8a2
commit
be52403a1a
4
.reek
4
.reek
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user