Files
kubevirt.core/.ansible-lint
Felix Matouschek 77ece9d466 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>
2024-02-29 11:41:49 +01:00

13 lines
166 B
Plaintext

---
# .ansible-lint
exclude_paths:
- .github/
enable_list:
- fqcn-builtins # opt-in
- no-log-password # opt-in
- yaml
profile: production
parseable: true