diff options
author | Matt Clay <matt@mystile.com> | 2024-08-31 01:46:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 01:46:45 +0200 |
commit | 434643000343f3d560216ff7edfb03a3e1621e67 (patch) | |
tree | 62b37b4d62892438160b1ed8cc26d4c0917b1860 /test/sanity/ignore.txt | |
parent | Update boilerplate sanity test (#83879) (diff) | |
download | ansible-434643000343f3d560216ff7edfb03a3e1621e67.tar.xz ansible-434643000343f3d560216ff7edfb03a3e1621e67.zip |
ansible-test - Reduce scope of empty-init test (#83878)
Diffstat (limited to '')
-rw-r--r-- | test/sanity/ignore.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 9a1328eff2..be3d59f7cd 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -39,8 +39,6 @@ lib/ansible/module_utils/compat/selinux.py import-3.12!skip # pass/fail depends lib/ansible/module_utils/compat/selinux.py import-3.13!skip # pass/fail depends on presence of libselinux.so lib/ansible/module_utils/compat/selinux.py pylint:unidiomatic-typecheck lib/ansible/module_utils/distro/_distro.py no-assert -lib/ansible/module_utils/distro/__init__.py empty-init # breaks namespacing, bundled, do not override -lib/ansible/module_utils/facts/__init__.py empty-init # breaks namespacing, deprecate and eventually remove lib/ansible/module_utils/powershell/Ansible.ModuleUtils.ArgvParser.psm1 pslint:PSUseApprovedVerbs lib/ansible/module_utils/powershell/Ansible.ModuleUtils.CommandUtil.psm1 pslint:PSProvideCommentHelp # need to agree on best format for comment location lib/ansible/module_utils/powershell/Ansible.ModuleUtils.CommandUtil.psm1 pslint:PSUseApprovedVerbs @@ -50,7 +48,6 @@ lib/ansible/module_utils/powershell/Ansible.ModuleUtils.Legacy.psm1 pslint:PSCus lib/ansible/module_utils/powershell/Ansible.ModuleUtils.Legacy.psm1 pslint:PSUseApprovedVerbs lib/ansible/module_utils/powershell/Ansible.ModuleUtils.LinkUtil.psm1 pslint:PSUseApprovedVerbs lib/ansible/module_utils/pycompat24.py no-get-exception -lib/ansible/module_utils/six/__init__.py empty-init # breaks namespacing, bundled, do not override lib/ansible/module_utils/six/__init__.py pylint:self-assigning-variable lib/ansible/module_utils/six/__init__.py pylint:trailing-comma-tuple lib/ansible/module_utils/six/__init__.py pylint:unidiomatic-typecheck |