1
0
Fork 0
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:
MSP-Greg 2021-02-15 20:06:57 -06:00
parent b0bd212607
commit 1555ca248e
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18

View file

@ -5,7 +5,7 @@ AllCops:
StyleGuideCopsOnly: false
Exclude:
- 'tmp/**/*'
- 'vendor/**/*'
- '**/vendor/bundle/**/*'
- 'examples/**/*'
- 'pkg/**/*'
- 'Rakefile'