1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

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

View file

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