Setup linting

This commit is contained in:
2026-01-07 23:41:08 +01:00
commit 87ea6d4ba1
39 changed files with 626 additions and 0 deletions

12
.yamllint.yaml Normal file
View File

@@ -0,0 +1,12 @@
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 '---'