keycloak-event-metrics/.yamllint.yaml
Stephan Schnabel b84c09601f
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
chore: remove github actions
2025-06-27 21:04:00 +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