virt/.yamllint
Scott Little 22e4a13542 Initial zuul, tox, gitreview settup
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I36bdbbd9cd9ae85e9c71163939c53cd6f9028943
2023-03-31 11:28:30 -04:00

9 lines
143 B
Plaintext

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