Add .yamllint.yml

This commit is contained in:
Benjamin Renard 2024-03-15 08:38:19 +01:00
parent 67125661fd
commit 195cca2df8

7
.yamllint.yml Normal file
View file

@ -0,0 +1,7 @@
---
extends: default
rules:
line-length:
max: 100
level: warning