style: add yamllint rules

This commit is contained in:
Khue Doan 2021-12-26 12:15:44 +07:00
parent 5de50cd42d
commit 1c9ab6b36e

8
.yamllint.yaml Normal file
View File

@ -0,0 +1,8 @@
ignore: |
templates/
extends: default
rules:
document-start: disable
line-length: disable