mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
fix: Ignore generated files in yamllint
Ignore errors found by yamllint in generated files. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
12
.yamllint
12
.yamllint
@@ -4,3 +4,15 @@ extends: default
|
||||
rules:
|
||||
line-length:
|
||||
max: 140
|
||||
document-start:
|
||||
ignore:
|
||||
- /changelogs/changelog.yaml
|
||||
indentation:
|
||||
ignore:
|
||||
- /changelogs/changelog.yaml
|
||||
|
||||
ignore:
|
||||
- /tests/integration/targets/inventory_kubevirt/all.yml
|
||||
- /tests/integration/targets/inventory_kubevirt/label.yml
|
||||
- /tests/integration/targets/inventory_kubevirt/net.yml
|
||||
- /tests/integration/targets/inventory_kubevirt/empty.yml
|
||||
|
||||
Reference in New Issue
Block a user