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 1769100 commit 64d3267Copy full SHA for 64d3267
.rubocop.yml
@@ -26,3 +26,7 @@ Metrics/PerceivedComplexity:
26
Max: 10
27
Metrics/AbcSize:
28
Max: 30
29
+# Lint/AmbiguousBlockAssociation is incompatible with RSpec
30
+# https://github.com/rubocop-hq/rubocop/issues/4222
31
+Lint/AmbiguousBlockAssociation:
32
+ Enabled: false
0 commit comments