Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit a487a4f

Browse files
committed
Fixing deprecated rubocop styles
1 parent fef4fe1 commit a487a4f

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
@@ -326,7 +326,10 @@ Style/StringLiterals:
326326
Style/TrailingCommaInArguments:
327327
Enabled: True
328328

329-
Style/TrailingCommaInLiteral:
329+
Style/TrailingCommaInArrayLiteral:
330+
Enabled: True
331+
332+
Style/TrailingCommaInHashLiteral:
330333
Enabled: True
331334

332335
Style/GlobalVars:

0 commit comments

Comments
 (0)