mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
* exclude plugins/connection/kubectl.py from ansible-lint documentation inside a python file have simplification resolves #976 * Update to use .ansible-lint and ansible-lint@v25.5.0 Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Update .github/workflows/linters.yaml Signed-off-by: Alina Buzachis <abuzachis@redhat.com> --------- Signed-off-by: Alina Buzachis <abuzachis@redhat.com> Co-authored-by: Alina Buzachis <abuzachis@redhat.com>
7 lines
268 B
Plaintext
7 lines
268 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]
|