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 f8f6b5f commit 2c6ff31Copy full SHA for 2c6ff31
.rubocop.yml
@@ -38,5 +38,8 @@ Style/SpaceInsideHashLiteralBraces:
38
Style/StringLiterals:
39
EnforcedStyle: double_quotes
40
41
-Style/TrailingComma:
+Style/TrailingCommaInLiteral:
42
+ EnforcedStyleForMultiline: 'comma'
43
+
44
+Style/TrailingCommaInArguments:
45
EnforcedStyleForMultiline: 'comma'
0 commit comments