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>
30 lines
502 B
Plaintext
30 lines
502 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
braces:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
comments-indentation: false
|
|
document-start: disable
|
|
line-length: disable
|
|
truthy: disable
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: consistent
|
|
octal-values:
|
|
forbid-implicit-octal: true
|
|
forbid-explicit-octal: true
|
|
ignore: |
|
|
.cache
|
|
.tox
|
|
.ansible
|
|
tests/output
|
|
plugins/connection/kubectl.py
|