Exclude CI gem cache from rubocop

This commit is contained in:
Thomas Walpole 2019-03-27 14:32:42 -07:00
parent 4730abc89b
commit b2f4c7b1ee
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ AllCops:
TargetRubyVersion: 2.4
Exclude:
- 'capybara.gemspec'
- 'vendor/**/*'
- 'gemfiles/vendor/**/*'
#################### Lint ################################