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
|
StyleGuideCopsOnly: false
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'tmp/**/*'
|
- 'tmp/**/*'
|
||||||
- 'vendor/**/*'
|
- '**/vendor/bundle/**/*'
|
||||||
- 'examples/**/*'
|
- 'examples/**/*'
|
||||||
- 'pkg/**/*'
|
- 'pkg/**/*'
|
||||||
- 'Rakefile'
|
- 'Rakefile'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue