Skip to content

Commit f2e27af

Browse files
authored
Merge pull request #2 from crutonjohn/fix/yamllint
fix(yamllint): yamllint ignore jinja templates
2 parents e359b03 + 704ce5e commit f2e27af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/linters/.yamllint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ignore: |
3-
*.sops.*
4-
gotk-components.yaml
3+
*.j2
54
extends: default
65
rules:
76
truthy:

0 commit comments

Comments
 (0)