Skip to content

Commit

Permalink
Disable RedundantCopDisableDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Aug 22, 2020
1 parent 741c004 commit faef589
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Expand Up @@ -37,6 +37,14 @@ Lint/InterpolationCheck:
Exclude:
- spec/**/*.rb

# When the `edge-rubocop` build is red, and we decide to disable the cop,
# the rest of the builds become red if the cop has not yet been released.
# Instead of waiting for RuboCop releases to make `edge-rubocop` green,
# we prefer keeping disable directives here and there and check if they
# are still needed once in a while.
Lint/RedundantCopDisableDirective
Enabled: false

Metrics/BlockLength:
Exclude:
- rubocop-rspec.gemspec
Expand Down

0 comments on commit faef589

Please sign in to comment.