exclude vendor from rubocop

This commit is contained in:
Joshua Arts 2018-07-09 16:59:20 -04:00
parent 19ffe483c6
commit 6b118ce933
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
AllCops:
Exclude:
- 'db/schema.rb'
- 'vendor/**/*'
DisabledByDefault: true
TargetRubyVersion: 2.5