Skip to content

Commit 842fd63

Browse files
author
Ware, Joseph (DLSLtd,RAL,LSCI)
committed
Do not try and lint yaml files in Helm templates
1 parent d06a87a commit 842fd63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ repos:
44
hooks:
55
- id: check-added-large-files
66
- id: check-yaml
7+
# These yaml files output valid yaml only after templating
8+
exclude: ^helm/{{ repo_name }}/templates/
79
- id: check-merge-conflict
810
- id: end-of-file-fixer
911

0 commit comments

Comments
 (0)