From 268083e53add0e5be01a4832d5e57c71fcb46f67 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 16:04:00 +0200 Subject: [PATCH] fix(ci): pre-commit checkyaml broke See: https://github.com/pre-commit/pre-commit-hooks/issues/1101 --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db1ca0fe780..061a6b38a57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,8 +36,9 @@ repos: exclude: ^archive/ - 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: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml|^clustertool) + # Broken https://github.com/pre-commit/pre-commit-hooks/issues/1101 + # - id: check-yaml # checks yaml files for parseable syntax. + # exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml|^clustertool) - id: detect-private-key # detects the presence of private keys. exclude: ^archive/