mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-31 11:54:38 +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:
|
rules:
|
||||||
line-length:
|
line-length:
|
||||||
max: 140
|
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