mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
.rubocop.yml - exclude local bundles in test/worker_gem_independence_test
This commit is contained in:
parent
b0bd212607
commit
1555ca248e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ AllCops:
|
|||
StyleGuideCopsOnly: false
|
||||
Exclude:
|
||||
- 'tmp/**/*'
|
||||
- 'vendor/**/*'
|
||||
- '**/vendor/bundle/**/*'
|
||||
- 'examples/**/*'
|
||||
- 'pkg/**/*'
|
||||
- 'Rakefile'
|
||||
|
|
Loading…
Reference in a new issue