Files
homelab-contabo/.yamllint.yaml

13 lines
291 B
YAML

extends: default
rules:
indentation:
spaces: 2
indent-sequences: true
line-length:
max: 120
allow-non-breakable-words: true
truthy:
allowed-values: ["true", "false"] # Fixes issues with 'yes/no' in K8s
document-start: disable # Kubernetes YAMLs often omit '---'