plugins/modules/render.py validate-modules:missing-gplv3-license  # the collection is Apache-2.0, declared in galaxy.yml and matching the repository it ships from; validate-modules asserts ansible-core's own licence policy, which does not bind a third-party collection
plugins/module_utils/n2x.py pylint:ansible-bad-function  # module.run_command is unavailable here by design: this file is imported without AnsibleModule, both by unit tests running off-target and by the controller-side filter, which reaches it by relative import and has no AnsibleModule to offer
