Exclude all vendored code from rubocop checking
This commit is contained in:
parent
8d102e2dc5
commit
bf1b9a9b60
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ require:
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.5
|
TargetRubyVersion: 2.5
|
||||||
|
Exclude:
|
||||||
|
- 'vendor/**/*'
|
||||||
|
|
||||||
Rails:
|
Rails:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue