From 62492fe7428486fb24dd352bfc051a91fec57cfe Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 11 Nov 2025 22:27:48 +0100 Subject: [PATCH] Add ignore.txt entries for bad-return-value-key (#11111) Add ignore.txt entries. --- tests/sanity/ignore-2.21.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/sanity/ignore-2.21.txt b/tests/sanity/ignore-2.21.txt index ab7e6e3c7c..b29d87a77e 100644 --- a/tests/sanity/ignore-2.21.txt +++ b/tests/sanity/ignore-2.21.txt @@ -1,9 +1,16 @@ plugins/module_utils/univention_umc.py pylint:use-yield-from # suggested construct does not work with Python 2 +plugins/modules/ansible_galaxy_install.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK plugins/modules/consul_session.py validate-modules:parameter-state-invalid-choice +plugins/modules/gandi_livedns.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK plugins/modules/homectl.py import-3.11 # Uses deprecated stdlib library 'crypt' plugins/modules/homectl.py import-3.12 # Uses deprecated stdlib library 'crypt' +plugins/modules/interfaces_file.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK plugins/modules/iptables_state.py validate-modules:undocumented-parameter # params _back and _timeout used by action plugin +plugins/modules/keycloak_realm_info.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK +plugins/modules/keycloak_realm_keys_metadata_info.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK plugins/modules/lxc_container.py validate-modules:use-run-command-not-popen +plugins/modules/nosh.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK +plugins/modules/omapi_host.py validate-modules:bad-return-value-key # TODO: rename offending return values if possible, or adjust this comment in case the name is OK plugins/modules/osx_defaults.py validate-modules:parameter-state-invalid-choice plugins/modules/parted.py validate-modules:parameter-state-invalid-choice plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice