Skip to content

Commit

Permalink
TrailingCommaInLiteral was split in rubocop 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilliuse committed May 18, 2018
1 parent 8b0f800 commit 3702772
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ Style/SpaceInsideHashLiteralBraces:
Style/StringLiterals:
EnforcedStyle: double_quotes

Style/TrailingCommaInLiteral:
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: 'comma'

Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: 'comma'

0 comments on commit 3702772

Please sign in to comment.