Migrate to new Rubocop yml format for Rails

This commit is contained in:
Robert Richter 2016-08-26 14:56:17 -05:00
parent cc8d83fda2
commit 2115a855c4
No known key found for this signature in database
GPG Key ID: BEC39BF873A0103B

View File

@ -1,5 +1,7 @@
Rails:
enabled: true
AllCops:
RunRailsCops: true
Exclude:
- "bin/**/*"
- "db/migrate/**/*"