diff options
author | Matt Clay <matt@mystile.com> | 2023-02-13 19:09:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 19:09:05 +0100 |
commit | 43487c6581caf0e0f3988d156d15b2ff6df129d3 (patch) | |
tree | f20cb74672db3dced01bab6926cbcb212a4b3c3d /changelogs | |
parent | ansible-test - Remove auto format pylint rule (#79985) (diff) | |
download | ansible-43487c6581caf0e0f3988d156d15b2ff6df129d3.tar.xz ansible-43487c6581caf0e0f3988d156d15b2ff6df129d3.zip |
ansible-test - Enable unused-import pylint rule (#79912)
This was previously enabled for core. This change enables it for collections.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-test-unused-import-collections.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-unused-import-collections.yml b/changelogs/fragments/ansible-test-unused-import-collections.yml new file mode 100644 index 0000000000..1f68dc5ba9 --- /dev/null +++ b/changelogs/fragments/ansible-test-unused-import-collections.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Enable the ``unused-import`` rule for the ``pylint`` sanity test for collections. |