You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/ansible-test-validate-modul...

8 lines
534 B
YAML

minor_changes:
- ansible-test - The ``validate-modules`` sanity test no longer limits the ``__future__`` imports that can be used.
Other sanity tests that check ``__future__`` imports remain unchanged. As a result, the error code
``illegal-future-imports`` is no longer used.
bugfixes:
- ansible-test - The ``validate-modules`` sanity test now properly enforces documentation before imports for plugins.
Previously this was only enforced for modules due to a coding error.