Skip to content

Commit a483a8a

Browse files
committed
Fix the obsolete cop Style/TrailingComma
1 parent 126e70b commit a483a8a

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
@@ -38,5 +38,8 @@ Style/SpaceInsideHashLiteralBraces:
3838
Style/StringLiterals:
3939
EnforcedStyle: double_quotes
4040

41-
Style/TrailingComma:
41+
Style/TrailingCommaInLiteral:
42+
EnforcedStyleForMultiline: 'comma'
43+
44+
Style/TrailingCommaInArguments:
4245
EnforcedStyleForMultiline: 'comma'

0 commit comments

Comments
 (0)