# Fixed in later releases; ignore for now.
ansible binary: executable-not-elf-or-script usr/lib/python3/dist-packages/ansible_collections/netbox/netbox/docs/*

# these are scripts and templates used by ansible modules; they are not intended
# to be run on the host.
ansible binary: script-not-executable usr/lib/python3/dist-packages/ansible_collections/*
ansible binary: script-not-executable usr/lib/python3/dist-packages/ansible_test/_data/*

ansible binary: shell-script-fails-syntax-check usr/lib/python3/dist-packages/ansible_collections/community/zabbix/roles/zabbix_proxy/files/install_semodule.bsx
ansible binary: shell-script-fails-syntax-check usr/lib/python3/dist-packages/ansible_collections/community/zabbix/roles/zabbix_server/files/install_semodule.bsx
ansible binary: broken-zip usr/lib/python3/dist-packages/ansible_collections/community/network/tests/unit/plugins/modules/network/radware/wt.zip

# This is a common occurrence and expected
ansible binary: repeated-path-segment *

# This is a common occurrence and expected
ansible binary: executable-in-usr-lib *

# collections will ship their own docs, doesn't make sense to move those around
# for dozens of collections.
ansible binary: package-contains-documentation-outside-usr-share-doc

# binaries not meant for end users; placed elsewhere in the future
ansible binary: no-manual-page usr/bin/ansible-connection
ansible binary: no-manual-page usr/bin/ansible-test

# Yes, that information is ideally in debian/copyright. But I'm not removing
# them all.
ansible binary: extra-license-file usr/lib/python3/dist-packages/ansible_collections/*/LICENSE
ansible binary: extra-license-file usr/lib/python3/dist-packages/ansible_collections/*/LICENSE.txt
ansible binary: extra-license-file usr/lib/python3/dist-packages/ansible_collections/*/COPYING*

# lintian warns about this and refers to dpkg-maintscript-helper(1), where
# exactly this method is documented.
ansible binary: maintainer-script-should-not-use-dpkg-maintscript-helper *

# Practically all those interpreters are run on remote nodes (e.g. groovy,
# powershell, etc.). This generates more noise than is helpful.
ansible binary: unusual-interpreter usr/lib/python3/dist-packages/ansible_collections/*
ansible binary: unusual-interpreter usr/lib/python3/dist-packages/ansible_test/*

# Some of the collections ship info graphics.
ansible binary: image-file-in-usr-lib usr/lib/python3/dist-packages/ansible_collections/*

# Fixed upstream, so ignore.
ansible binary: image-file-has-conflicting-name usr/lib/python3/dist-packages/ansible_collections/cyberark/pas/docs/images/*

# False positive; that's how the ansible apt module works.
ansible binary: uses-dpkg-database-directly usr/lib/python3/dist-packages/ansible/modules/apt.py
