fix(ci): pre-commit checkyaml broke
See: https://github.com/pre-commit/pre-commit-hooks/issues/1101
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user