Skip to content

Commit

Permalink
[yamllint] Ignore vendor and third-party directories by default (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Aug 15, 2023
1 parent de12aa8 commit fb4ffd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ rules:
truthy:
allowed-values: ['true', 'false', 'on'] # GitHub Actions uses "on"
check-keys: true

ignore:
- 'thirdparty/'
- 'third_party/'
- 'vendor/'

0 comments on commit fb4ffd9

Please sign in to comment.