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 512b19c commit 26c2199Copy full SHA for 26c2199
.rubocop.yml
@@ -6,6 +6,11 @@ Style/PercentLiteralDelimiters:
6
'%W': '[]'
7
8
Style/BlockDelimiters:
9
+ EnforcedStyle: braces_for_chaining
10
+ # The `braces_for_chaining` style enforces braces around single line blocks
11
+ # and do..end around multi-line blocks, except for multi-line blocks whose
12
+ # return value is being chained with another method (in which case braces
13
+ # are enforced).
14
Exclude:
15
- 'spec/**/*'
16
0 commit comments