ci: Add yamllint to CI linter job

This adds yamllint to the CI linter job and sets the maximum line
length to 140 like in kubevirt/kubevirt.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-28 16:40:33 +01:00
parent 3e310dc1ba
commit 77ece9d466
25 changed files with 34 additions and 4 deletions

6
.yamllint Normal file
View File

@@ -0,0 +1,6 @@
---
extends: default
rules:
line-length:
max: 140