Skip to content

Commit

Permalink
Merge pull request #31 from voxpupuli/ghoneycutt-patch-1
Browse files Browse the repository at this point in the history
Disable Style/TrailingCommaInLiteral
  • Loading branch information
ghoneycutt authored Sep 28, 2020
2 parents 9c44322 + fb8751f commit fce89a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Style/TrailingCommaInArguments:
Enabled: True

Style/TrailingCommaInLiteral:
Enabled: True
Enabled: False

Style/GlobalVars:
Enabled: True
Expand Down

0 comments on commit fce89a5

Please sign in to comment.