Closed evgeni closed 7 months ago
The ansible-format-automatic-specification
rule for the pylint
sanity test has been restored (but disabled), to allow existing inline ignores to be used. Since the rule is disabled, it will not be reported in ansible-core 2.15 (devel) or later.
In https://github.com/ansible/ansible/pull/79985 the
ansible-format-automatic-specification
pylint rule was dropped.This leads to code that currently references that rule (e.g. via
# pylint: disable=ansible-format-automatic-specification
) fail to lint withIt is safe to drop the disablement if you're running
ansible-test sanity
againstdevel
, but then the code might start reporting issues on stable branches.