RuboCop ignore bin folder

This commit is contained in:
Robert Richter 2015-03-28 22:05:11 -05:00
parent b0b4b2cc0f
commit e57d0a9afd

View File

@ -1,5 +1,6 @@
AllCops:
RunRailsCops: true
Exclude:
- "bin/**/*"
- "db/migrate/**/*"
- "db/schema.rb"