Exclude all vendored code from rubocop checking

This commit is contained in:
Tom Hughes 2019-08-27 15:33:23 +01:00
parent 8d102e2dc5
commit bf1b9a9b60

View file

@ -6,6 +6,8 @@ require:
AllCops:
TargetRubyVersion: 2.5
Exclude:
- 'vendor/**/*'
Rails:
Enabled: true