Skip to content

Commit

Permalink
rubocop fix: TrailingComma is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Feb 7, 2016
1 parent 0229d60 commit 84621a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Expand Up @@ -193,7 +193,10 @@ StringLiterals:
VariableInterpolation:
Enabled: false

TrailingComma:
TrailingCommaInLiteral:
Enabled: false

TrailingCommaInArguments:
Enabled: false

TrivialAccessors:
Expand Down

0 comments on commit 84621a9

Please sign in to comment.