mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 00:44:40 +00:00
(cherry picked from commit 75a5560aec)
Co-authored-by: Bianca Henderson <bianca@redhat.com>
9 lines
396 B
Plaintext
9 lines
396 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]
|
|
plugins/connection/kubectl.py jinja[invalid]
|
|
# collection EE metadata is not an ansible-builder definition file
|
|
meta/execution-environment.yml schema[execution-environment]
|