From 26f096bad85d12872f9d2c03663090990ca649f1 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 28 Feb 2021 04:24:15 +0900 Subject: [PATCH] Disable `InternalAffairs/NodeMatcherDirective` cop It may be enabled the cop in future, but it will be disabled for the time being as code and comment repeats are not DRY. --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1160169281..b0e6b3b5ae 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,6 +15,9 @@ AllCops: TargetRubyVersion: 2.4 SuggestExtensions: false +InternalAffairs/NodeMatcherDirective: + Enabled: false + Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: