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:
|
FeatureEnvy:
|
||||||
exclude:
|
exclude:
|
||||||
- "Vool::Compiler"
|
- "Vool::Compiler"
|
||||||
|
- "Vool::RubyCompiler"
|
||||||
- "Risc::Interpreter"
|
- "Risc::Interpreter"
|
||||||
- "Risc::Assembler"
|
- "Risc::Assembler"
|
||||||
- "Arm::Translator"
|
- "Arm::Translator"
|
||||||
@ -14,6 +15,7 @@ FeatureEnvy:
|
|||||||
TooManyMethods:
|
TooManyMethods:
|
||||||
exclude:
|
exclude:
|
||||||
- "Vool::Compiler"
|
- "Vool::Compiler"
|
||||||
|
- "Vool::RubyCompiler"
|
||||||
- "Risc::Interpreter"
|
- "Risc::Interpreter"
|
||||||
- "Risc::Assembler"
|
- "Risc::Assembler"
|
||||||
- "Arm::Translator"
|
- "Arm::Translator"
|
||||||
@ -21,6 +23,7 @@ TooManyMethods:
|
|||||||
UtilityFunction:
|
UtilityFunction:
|
||||||
exclude:
|
exclude:
|
||||||
- "Vool::Compiler"
|
- "Vool::Compiler"
|
||||||
|
- "Vool::RubyCompiler"
|
||||||
- "Risc::Interpreter"
|
- "Risc::Interpreter"
|
||||||
- "Risc::Assembler"
|
- "Risc::Assembler"
|
||||||
- "Arm::Translator"
|
- "Arm::Translator"
|
||||||
@ -28,6 +31,7 @@ UtilityFunction:
|
|||||||
UncommunicativeMethodName:
|
UncommunicativeMethodName:
|
||||||
exclude:
|
exclude:
|
||||||
- "Vool::Compiler"
|
- "Vool::Compiler"
|
||||||
|
- "Vool::RubyCompiler"
|
||||||
- "Risc::Assembler"
|
- "Risc::Assembler"
|
||||||
- "Risc::Interpreter"
|
- "Risc::Interpreter"
|
||||||
- "Arm::Translator"
|
- "Arm::Translator"
|
||||||
|
Loading…
Reference in New Issue
Block a user