We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a812 commit cb85669Copy full SHA for cb85669
.rubocop.yml
@@ -37,6 +37,14 @@ Lint/InterpolationCheck:
37
Exclude:
38
- spec/**/*.rb
39
40
+# When the `edge-rubocop` build is red, and we decide to disable the cop,
41
+# the rest of the builds become red if the cop has not yet been released.
42
+# Instead of waiting for RuboCop releases to make `edge-rubocop` green,
43
+# we prefer keeping disable directives here and there and check if they
44
+# are still needed once in a while.
45
+Lint/RedundantCopDisableDirective:
46
+ Enabled: false
47
+
48
Metrics/BlockLength:
49
50
- rubocop-rspec.gemspec
0 commit comments