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 so that tool discovery, the contract-bundle gate and the section 8.3 value encoder stay unit-testable off-target and can be compared against the controller-side filter's copies, which is what keeps the two from drifting
