Fix Sanity failures in stable-2.4 #70
linters.yaml
on: pull_request
linters
/
Runs code linting tests
16s
ansible-lint
27s
Annotations
10 errors and 2 warnings
meta-runtime[unsupported-version]:
meta/runtime.yml#L1
'requires_ansible' key must refer to a currently supported version such as: >=2.14.0, >=2.15.0, >=2.16.0
|
yaml[indentation]:
plugins/filter/k8s.py#L30
Wrong indentation: expected 0 but found 2
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L105
Duplication of key "plugin" in mapping
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L106
Duplication of key "connections" in mapping
|
yaml[indentation]:
plugins/inventory/k8s.py#L108
Wrong indentation: expected 6 but found 4
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L111
Duplication of key "plugin" in mapping
|
yaml[key-duplicates]:
plugins/inventory/k8s.py#L112
Duplication of key "connections" in mapping
|
yaml[indentation]:
plugins/modules/k8s.py#L260
Wrong indentation: expected 4 but found 6
|
yaml[indentation]:
plugins/modules/k8s_drain.py#L107
Wrong indentation: expected 6 but found 8
|
yaml[empty-lines]:
plugins/modules/k8s_drain.py#L118
Too many blank lines (1 > 0)
|
linters / Runs code linting tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ansible-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|