renovate-config/.yamllint.yaml
Stephan Schnabel 7814dc9a89
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Add kokuwio preset
2025-06-12 12:45:47 +02:00

15 lines
308 B
YAML

extends: default
## see https://yamllint.readthedocs.io/en/stable/rules.html
rules:
# no need for document start
document-start: disable
# line length is not important
line-length: disable
# force double quotes everywhere
quoted-strings:
quote-type: double
required: only-when-needed