Add linter.

This commit is contained in:
Stephan Schnabel 2021-10-28 11:43:06 +02:00
parent 53e95073d2
commit c30d17a4a0
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
8 changed files with 187 additions and 113 deletions

10
.yamllint Normal file
View file

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