Skip to content

Commit

Permalink
Exclude vendor/**/* in RuboCop config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Dec 5, 2024
1 parent 0056791 commit be06d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ inherit_gem:
AllCops:
TargetRubyVersion: 2.7
SuggestExtensions: false
Exclude:
- vendor/**/*

Layout/LineLength:
Exclude:
Expand Down

0 comments on commit be06d7d

Please sign in to comment.