generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[PR #704/86d9a3f4 backport][stable-3] Add tests/sanity/ignore-2.18.txt This is a backport of PR #704 as merged into main (86d9a3f). SUMMARY Add tests/sanity/ignore-2.18.txt ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
- Loading branch information
1 parent
80a5bf6
commit 37c1f91
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
plugins/module_utils/client/discovery.py import-3.9!skip | ||
plugins/module_utils/client/discovery.py import-3.10!skip | ||
plugins/module_utils/client/discovery.py import-3.11!skip | ||
plugins/module_utils/client/discovery.py import-3.12!skip | ||
plugins/module_utils/client/resource.py import-3.9!skip | ||
plugins/module_utils/client/resource.py import-3.10!skip | ||
plugins/module_utils/client/resource.py import-3.11!skip | ||
plugins/module_utils/client/resource.py import-3.12!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.9!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.10!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.11!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.12!skip | ||
plugins/module_utils/version.py pylint!skip | ||
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_service.py validate-modules:parameter-type-not-in-doc | ||
tests/unit/module_utils/fixtures/definitions.yml yamllint!skip | ||
tests/unit/module_utils/fixtures/deployments.yml yamllint!skip | ||
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip | ||
tests/unit/module_utils/fixtures/pods.yml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm_diff/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/k8s_scale/files/deployment.yaml yamllint!skip | ||
plugins/modules/k8s.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_scale.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_service.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_taint.py validate-modules:return-syntax-error | ||
tests/integration/targets/helm_diff/files/test-chart-reuse-values/templates/configmap.yaml yamllint!skip |