Skip to content

Commit

Permalink
feat: added examples/charts in check-yaml hook settings to skip examp…
Browse files Browse the repository at this point in the history
…les/charts folder yaml validation (#1091)

* feat: added example in exclude check yaml settings

* feat: added examples/charts in exclude check yaml settings
  • Loading branch information
vbontempi authored Jan 15, 2025
1 parent 38d2188 commit 279ef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
rev: v5.0.0
hooks:
- id: check-yaml
exclude: chart/|metadata.yaml|tests/
exclude: chart/|metadata.yaml|tests/|examples/charts/
args:
- --allow-multiple-documents
- id: check-json
Expand Down

0 comments on commit 279ef17

Please sign in to comment.