Tell RuboCop to ignore vendor code

This commit is contained in:
Robert Richter 2015-03-29 16:56:38 -05:00
parent 8266acdd56
commit 934735c793

View File

@ -4,6 +4,7 @@ AllCops:
- "bin/**/*"
- "db/migrate/**/*"
- "db/schema.rb"
- "vendor/**/*"
Metrics/LineLength:
Max: 90