mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
Fix bug #846
within this commit ansible/ansible-lint updated to 24.12.2 and config moved to .config folder
(cherry picked from commit 159a63a)
This is cherry-pic of #848 as patchback failed here
Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
committed by
GitHub
parent
9267e03538
commit
018c92429b
3
.config/ansible-lint-ignore.txt
Normal file
3
.config/ansible-lint-ignore.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# no-changed-when is not requried for examples
|
||||
plugins/connection/kubectl.py no-changed-when
|
||||
meta/runtime.yml meta-runtime[unsupported-version]
|
||||
8
.config/ansible-lint.yml
Normal file
8
.config/ansible-lint.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
profile: production
|
||||
|
||||
exclude_paths:
|
||||
- .ansible/
|
||||
- tests/integration
|
||||
- tests/unit
|
||||
- tests/sanity
|
||||
Reference in New Issue
Block a user