micronaut-logging/.yamllint.yaml
Stephan Schnabel 50fe4a86b8
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/deployment/release Pipeline was successful
chore: migrated repository from github.com to git.kokuwa.io
2025-06-27 20:04:55 +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