First draft of implementation

Readme will follow
This commit is contained in:
Stephan Schnabel 2023-03-03 00:08:20 +01:00
parent dc38b3715e
commit 932ca84352
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
23 changed files with 1322 additions and 1 deletions

19
.yamllint Normal file
View file

@ -0,0 +1,19 @@
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
# allow everything on keys
truthy:
check-keys: false