mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-11 19:16:11 +00:00
SUMMARY It seems that recent updates in linters break CI. Closes #874 ISSUE TYPE Bugfix Pull Request COMPONENT NAME CI ADDITIONAL INFORMATION It's cherry-pick #873 to stable-3 as patch bot failed Reviewed-by: Mike Graves mgraves@redhat.com Reviewed-by: Yuriy Novostavskiy Reviewed-by: Mike Graves <mgraves@redhat.com>
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
# https://docs.ansible.com/ansible-lint/docs/rules/
|
|
# no-changed-when is not requried for examples
|
|
plugins/connection/kubectl.py no-changed-when
|
|
# false positive result
|
|
plugins/connection/kubectl.py var-naming[no-reserved]
|
|
# stable-3 branch support ansible-core>=2.14.0
|
|
meta/runtime.yml meta-runtime[unsupported-version]
|