Skip to content

Commit

Permalink
Exclude vendor dir for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Feb 20, 2024
1 parent 1c1d932 commit 00e2157
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 @@ -9,7 +9,7 @@ AllCops:
- 'extras/**/*'
- 'locale/**/*'
- 'node_modules/**/*'
- 'vendor/bundle/**/*'
- 'vendor/**/*'

Metrics/BlockLength:
Exclude:
Expand Down

0 comments on commit 00e2157

Please sign in to comment.