mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Do not lint files in .tox/ and .venv/ which are out of our control. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
21 lines
450 B
Plaintext
21 lines
450 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 140
|
|
document-start:
|
|
ignore:
|
|
- /changelogs/changelog.yaml
|
|
indentation:
|
|
ignore:
|
|
- /changelogs/changelog.yaml
|
|
|
|
ignore:
|
|
- .tox/
|
|
- .venv/
|
|
- /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
|