Cleanup GitHub workflows #6
linters.yaml
on: pull_request
linters
/
Runs code linting tests
22s
ansible-lint
28s
Annotations
10 errors
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
requires_ansible key must be set to a supported version.
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L112
Duplication of key "plugin" in mapping
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L113
Duplication of key "connections" in mapping
|
yaml[indentation]:
plugins/inventory/k8s.py#L115
Wrong indentation: expected 6 but found 4
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L118
Duplication of key "plugin" in mapping
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L119
Duplication of key "connections" in mapping
|
yaml[indentation]:
plugins/modules/k8s.py#L281
Wrong indentation: expected 4 but found 6
|
yaml[indentation]:
plugins/modules/k8s_drain.py#L116
Wrong indentation: expected 6 but found 8
|
yaml[empty-lines]:
plugins/modules/k8s_drain.py#L135
Too many blank lines (1 > 0)
|
sanity[cannot-ignore]:
tests/sanity/ignore-2.13.txt#L1
Ignore file contains import-3.6!skip at line 1, which is not a permitted ignore.
|