Skip to content

Commit

Permalink
Disable InternalAffairs/NodeMatcherDirective cop
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
koic committed Feb 27, 2021
1 parent 39aec7e commit 26f096b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ AllCops:
TargetRubyVersion: 2.4
SuggestExtensions: false

InternalAffairs/NodeMatcherDirective:
Enabled: false

Naming/PredicateName:
# Method define macros for dynamically generated method.
MethodDefinitionMacros:
Expand Down

0 comments on commit 26f096b

Please sign in to comment.