Skip to content

Commit

Permalink
Ignore vendor directory with RuboCop (#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Rul <mathroule@gmail.com>
  • Loading branch information
mathroule committed Oct 3, 2023
1 parent d22747e commit 720ee2f
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 @@ -3,6 +3,7 @@ AllCops:
NewCops: enable
Exclude:
- 'omnibus/bin/*'
- 'vendor/**/*'

Layout/LineLength:
Max: 80
Expand Down Expand Up @@ -51,4 +52,3 @@ Style/MultilineBlockChain:

Style/NumericPredicate:
Enabled: false

0 comments on commit 720ee2f

Please sign in to comment.