mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
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>
13 lines
166 B
Plaintext
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
|