Skip to content

Commit

Permalink
.rubocop.yml - exclude local bundles in test/worker_gem_independence_…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
MSP-Greg committed Feb 16, 2021
1 parent b0bd212 commit 1555ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AllCops:
StyleGuideCopsOnly: false
Exclude:
- 'tmp/**/*'
- 'vendor/**/*'
- '**/vendor/bundle/**/*'
- 'examples/**/*'
- 'pkg/**/*'
- 'Rakefile'
Expand Down

0 comments on commit 1555ca2

Please sign in to comment.