Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
TrailingComma was split into two cops:
rubocop/rubocop@a0719f9
  • Loading branch information
edwardloveall committed May 11, 2017
1 parent e208c30 commit 14ad579
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,11 @@ StringLiterals:
VariableInterpolation:
Enabled: false

TrailingComma:
Enabled: false
TrailingCommaInArguments:
EnforcedStyleForMultiline: no_comma

TrailingCommaInLiteral:
EnforcedStyleForMultiline: no_comma

TrivialAccessors:
Enabled: false
Expand Down

0 comments on commit 14ad579

Please sign in to comment.