Skip to content

Commit 7f1b357

Browse files
dosasekohl
authored andcommitted
Fixes #37392 - Exclude vendor dir in .rubocop.yaml
1 parent bce6e29 commit 7f1b357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AllCops:
99
- "Gemfile"
1010
- "Puppetfile"
1111
- "Rakefile"
12+
- 'vendor/**/*'
1213

1314
Bundler/OrderedGems:
1415
Enabled: false

0 commit comments

Comments
 (0)