Skip to content

Commit

Permalink
Exclude a Rubocop rule in routes
Browse files Browse the repository at this point in the history
For whatever reason, it seems fine to me in the routes file, so not
going to enforce that rule there.
  • Loading branch information
iangreenleaf committed Oct 23, 2015
1 parent a25b1ec commit f178b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Style/FileName:
Style/HashSyntax:
EnforcedStyle: ruby19_no_mixed_keys
Enabled: true
Exclude:
- 'config/routes.rb'

Style/IndentationConsistency:
Enabled: true
Expand Down

0 comments on commit f178b48

Please sign in to comment.