Add kokuwio preset
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-12 12:45:47 +02:00
parent 3b8bdda463
commit 7814dc9a89
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 105 additions and 0 deletions

15
.yamllint.yaml Normal file
View file

@ -0,0 +1,15 @@
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