# yamllint config for the homeserver repo. # Relaxed to match the repo's existing YAML style (configs + docker-compose + # Gitea Actions workflows), mirroring the line-length leniency in .markdownlint.json. extends: default rules: # Many service/compose configs have long values (URLs, labels); don't enforce width. line-length: disable # Config and compose files don't use explicit "---" document starts. document-start: disable # Allow workflow keys like `on:` (parsed as boolean) without quoting. truthy: check-keys: false