Skip to content

Commit

Permalink
Fix the obsolete cop Style/TrailingComma
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Nov 15, 2016
1 parent f8f6b5f commit 2c6ff31
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 @@ -38,5 +38,8 @@ Style/SpaceInsideHashLiteralBraces:
Style/StringLiterals:
EnforcedStyle: double_quotes

Style/TrailingComma:
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: 'comma'

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: 'comma'

0 comments on commit 2c6ff31

Please sign in to comment.