rubocop: skip db/schema.rb [ci skip]

This commit is contained in:
Jonne Haß 2015-08-03 03:11:43 +02:00
parent cae5f94af0
commit 7c611ca509

View file

@ -1,5 +1,7 @@
AllCops:
RunRailsCops: true
Exclude:
- 'db/schema.rb'
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength: