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 85fba83 commit a068470Copy full SHA for a068470
.rubocop.yml
@@ -21,3 +21,7 @@ Style/RaiseArgs:
21
22
Lint/UnneededDisable:
23
Enabled: false
24
+
25
+Metrics/BlockLength:
26
+ Exclude:
27
+ - spec/**/*_spec.rb
0 commit comments