We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dac1d commit e5f9481Copy full SHA for e5f9481
.pre-commit-config.yaml
@@ -5,7 +5,11 @@ repos:
5
- id: check-added-large-files
6
- id: check-yaml
7
# These yaml files output valid yaml only after templating
8
- exclude: ^helm/{{ repo_name }}/templates/
+ ignore:
9
+ - "template/{% if helm %}helm{% endif %}/{{ chart_name }}/templates/"
10
+ - "template/{% if helm %}helm{% endif %}/{{ chart_name }}/Chart.yaml"
11
+ - "{% if helm %}helm{% endif %}/{{ chart_name }}/templates/"
12
+ - "{% if helm %}helm{% endif %}/{{ chart_name }}/Chart.yaml"
13
- id: check-merge-conflict
14
- id: end-of-file-fixer
15
0 commit comments