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 4b822db commit a7d5c0cCopy full SHA for a7d5c0c
.rubocop.yml
@@ -5,6 +5,10 @@ Style/PercentLiteralDelimiters:
5
'%w': '[]'
6
'%W': '[]'
7
8
+Style/BlockDelimiters:
9
+ Exclude:
10
+ - 'spec/**/*'
11
+
12
Metrics/MethodLength:
13
Max: 16
14
0 commit comments