Merge "Add .yamllint file"

This commit is contained in:
Zuul 2021-09-09 18:54:01 +00:00 committed by Gerrit Code Review
commit 3e9fe9cbb1

8
.yamllint Normal file
View File

@ -0,0 +1,8 @@
---
extends: default
rules:
# 160 chars should be enough, but don't fail if a line is longer
line-length:
max: 160
level: warning