Skip to content

Commit e237565

Browse files
author
Alan Christie
committed
build: yamllint update
1 parent 746aad0 commit e237565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamllint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ yaml-files:
77

88
ignore: |
99
.github/
10+
venv/
1011
roles/operator/templates/deployment.yaml.j2
1112

1213
rules:
@@ -27,7 +28,7 @@ rules:
2728
hyphens:
2829
max-spaces-after: 1
2930
empty-lines:
30-
max: 1
31+
max: 2
3132
document-start:
3233
present: yes
3334
document-end:

0 commit comments

Comments
 (0)