chore(ci): ignore common-test for check-yaml step (#27282)

This commit is contained in:
Stavros Kois
2024-10-04 17:52:09 +03:00
committed by GitHub
parent 2d0dd14947
commit aba1e45261
+1 -1
View File
@@ -24,7 +24,7 @@ repos:
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml)
exclude: (templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml)
- id: detect-private-key # detects the presence of private keys.
- repo: https://github.com/pre-commit/pygrep-hooks