From 225c5433a4530c2559aa73d93b5835e1ac39f17e Mon Sep 17 00:00:00 2001 From: juremedvesek Date: Thu, 22 Dec 2022 09:14:59 +0100 Subject: [PATCH] Added ignores (#337) --- tests/sanity/ignore-2.15.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/sanity/ignore-2.15.txt diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt new file mode 100644 index 00000000..af9fcfb5 --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1,4 @@ +plugins/modules/bonsai_asset.py validate-modules:nonexistent-parameter-documented # This is not a real module, more helper for the asset module +tests/unit/plugins/module_utils/test_utils.py pylint:ansible-deprecated-no-collection-name # sanity misdetects this as module deprecation call +tools/windows-versions.py replace-urlopen # Maintainer tools should not be bound by the general collection constraints +tests/sanity/validate-role-metadata.py replace-urlopen # Maintainer tools should not be bound by the general collection constraints