Skip to content

Commit

Permalink
Try a different way to exclude vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Mar 22, 2024
1 parent 90b901e commit cc49453
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 @@ -2,7 +2,7 @@ AllCops:
NewCops: enable
TargetRubyVersion: 3.0
Exclude:
- 'vendor/'
- 'vendor/**/*'
Layout/LineLength:
Enabled: false
Metrics/ClassLength:
Expand Down

0 comments on commit cc49453

Please sign in to comment.