Ignore non-yaml Helm chart template

This commit is contained in:
Alexander Bauer 2022-11-10 02:21:29 +00:00 committed by Michael Shamoon
parent a707818b4d
commit bf97f5807f

View File

@ -11,6 +11,7 @@ repos:
- id: check-json
exclude: "tsconfig.*json"
- id: check-yaml
exclude: "charts/paperless-ngx/templates/common.yaml"
- id: check-toml
- id: check-executables-have-shebangs
- id: end-of-file-fixer