shellcheck/.yamllint.yaml
Stephan Schnabel 3418f2cc08
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Initial draft of plugin.
2025-06-13 21:29:23 +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