Skip to content

Commit 926ca37

Browse files
committed
Exclude the yaml template from the linter
It is only possible to lint the executed template, not the raw "yaml". But it is syntax-checked by butane --strict anyway, so is not needed. Signed-off-by: Anders F Björklund <[email protected]>
1 parent 2be9e90 commit 926ca37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.yamllint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
extends: default
44

5+
ignore: |
6+
# this is a yaml template, needs to executed
7+
pkg/cidata/cidata.TEMPLATE.d/ignition.yaml
8+
59
rules:
610
indentation:
711
indent-sequences: false

0 commit comments

Comments
 (0)