Skip to content

Commit 704ce5e

Browse files
committed
fix(yamllint): yamllint ignore jinja templates
jinja templates should not be linted with yaml cause they won't pass
1 parent e359b03 commit 704ce5e

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)