From be52403a1a995ece5e1a99639ee9f4334c70c35d Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Wed, 30 Aug 2017 23:04:22 +0300 Subject: [PATCH] tell reek to ignore ruby_compiler break the rules by pattern --- .reek | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.reek b/.reek index 798e4fe5..15dd969a 100644 --- a/.reek +++ b/.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"