mirror of https://github.com/ansible/ansible.git
ansible-test - Limit deprecated check to core (#81552)
Using `# deprecated:` comment checks in collections would effectively limit those collections to a single version of ansible-core.pull/81556/head
parent
c69c83c962
commit
f28e32c063
@ -1,3 +1,3 @@
|
||||
minor_changes:
|
||||
- ansible-test - Add new pylint checker for new ``# deprecated:`` comments within code to trigger errors when time to remove code
|
||||
that has no user facing deprecation message
|
||||
that has no user facing deprecation message. Only supported in ansible-core, not collections.
|
||||
|
Loading…
Reference in New Issue