From aba1e452615aa23c8ce3c8c1f70f1ba5c3510b9b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:52:09 +0300 Subject: [PATCH] chore(ci): ignore common-test for check-yaml step (#27282) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 892e3ce7cc6..c9db1e59789 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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