Files
k3s-ansible/.yamllint
Derek Nola a2a36f1fe5 Don't run yamlint on the GHA
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-01-12 13:32:23 -08:00

21 lines
334 B
Plaintext

---
extends: default
ignore: |
.github/
rules:
line-length:
max: 180
level: warning
truthy:
allowed-values: ["true", "false"]
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
comments:
min-spaces-from-content: 1
comments-indentation: false