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 Apr 1, 2021
1 parent b2aef11 commit 4549fa0
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 @@ -8,6 +8,9 @@ require:
AllCops:
TargetRubyVersion: 2.4

InternalAffairs/NodeMatcherDirective:
Enabled: false

Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit 4549fa0

Please sign in to comment.