Skip to content

Commit

Permalink
Exclude vendor dir from all cops (#82)
Browse files Browse the repository at this point in the history
Exclude all dirs under vendor from all cops in .rubocop.yaml
  • Loading branch information
dosas authored May 2, 2024
1 parent 77a387a commit 18f1cc2
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 @@ -11,7 +11,7 @@ AllCops:
TargetRubyVersion: '2.7'
Exclude:
- 'test/**/*'
- 'vendor/bundle/**/*'
- 'vendor/**/*'

Metrics:
Enabled: false
Expand Down

0 comments on commit 18f1cc2

Please sign in to comment.