Rubocop ignores db/schema now

This commit is contained in:
Andres Keskküla 2014-08-26 10:14:32 +03:00
parent 8d5152d400
commit 300cdc56e2

View file

@ -1,6 +1,9 @@
AllCops:
RunRailsCops: true
Exclude:
- 'db/schema.rb'
Metrics/LineLength:
Max: 120