forked from External/greenlight
exclude vendor from rubocop
This commit is contained in:
parent
19ffe483c6
commit
6b118ce933
|
@ -1,6 +1,7 @@
|
|||
AllCops:
|
||||
Exclude:
|
||||
- 'db/schema.rb'
|
||||
- 'vendor/**/*'
|
||||
DisabledByDefault: true
|
||||
TargetRubyVersion: 2.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue