Skip to content

Commit d61f5b8

Browse files
committed
Update rubocop
1 parent a71aa82 commit d61f5b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Style/HashSyntax:
1111
Style/Lambda:
1212
Enabled: false
1313

14-
Style/TrailingComma:
14+
Style/TrailingCommaInLiteral:
15+
EnforcedStyleForMultiline: no_comma
16+
17+
Style/TrailingCommaInArguments:
1518
EnforcedStyleForMultiline: no_comma
1619

1720
Style/EachWithObject:

0 commit comments

Comments
 (0)