Initial plugin source.

This commit is contained in:
Stephan Schnabel 2025-02-03 11:54:18 +01:00
parent c68a062929
commit db835da368
Signed by: stephan.schnabel
GPG key ID: 115DFD33787FABF7
16 changed files with 744 additions and 0 deletions

23
.yamllint.yaml Normal file
View file

@ -0,0 +1,23 @@
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
# reduce space from 2
comments:
min-spaces-from-content: 1
# force double quotes everywhere
quoted-strings:
quote-type: double
required: only-when-needed
# allow everything on keys
truthy:
check-keys: false