Skip to content

Commit

Permalink
Fixes #37392 - Exclude vendor dir in .rubocop.yaml
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f1b357)
  • Loading branch information
dosas authored and ekohl committed May 8, 2024
1 parent fb92b69 commit 175aa7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AllCops:
- 'Gemfile'
- 'Puppetfile'
- 'Rakefile'
- 'vendor/**/*'

Bundler/OrderedGems:
Enabled: false
Expand Down

0 comments on commit 175aa7f

Please sign in to comment.