Skip to content

Commit

Permalink
Fixes #36984 - Exclude all subdirectories for vendor in .rubocop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas authored and stejskalleos committed Dec 18, 2023
1 parent e82bbcc commit e1a7b13
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 @@ -13,7 +13,7 @@ AllCops:
- 'extras/**/*'
- 'locale/**/*'
- 'node_modules/**/*'
- 'vendor/bundle/**/*'
- 'vendor/**/*'

# Just so it looks like core Foreman
Layout/DotPosition:
Expand Down

0 comments on commit e1a7b13

Please sign in to comment.