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:
parent
4730abc89b
commit
b2f4c7b1ee
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ AllCops:
|
|||
TargetRubyVersion: 2.4
|
||||
Exclude:
|
||||
- 'capybara.gemspec'
|
||||
- 'vendor/**/*'
|
||||
- 'gemfiles/vendor/**/*'
|
||||
|
||||
#################### Lint ################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue