Skip to content

Commit

Permalink
Merge pull request #1027 from Shopify/rubocop-fix
Browse files Browse the repository at this point in the history
Update deprecated rubocop name
  • Loading branch information
pushrax authored Sep 13, 2018
2 parents 8dcc319 + 76b4920 commit 53b8bab
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 @@ -71,7 +71,10 @@ Style/Documentation:
Style/ClassAndModuleChildren:
Enabled: false

Style/TrailingCommaInLiteral:
Style/TrailingCommaInArrayLiteral:
Enabled: false

Style/TrailingCommaInHashLiteral:
Enabled: false

Layout/IndentHash:
Expand Down

0 comments on commit 53b8bab

Please sign in to comment.