Skip to content

Commit

Permalink
Exclude vendor/
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed May 4, 2024
1 parent ac1658b commit 53186ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .erb-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
EnableDefaultLinters: true
exclude:
- 'vendor/**/*'
linters:
ErbSafety:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AllCops:
TargetRubyVersion: 3.3
Exclude:
- bin/*
- vendor/**/*

Layout/InitialIndentation:
Exclude:
Expand Down

0 comments on commit 53186ce

Please sign in to comment.