summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-13 19:09:05 +0100
committerGitHub <noreply@github.com>2023-02-13 19:09:05 +0100
commit43487c6581caf0e0f3988d156d15b2ff6df129d3 (patch)
treef20cb74672db3dced01bab6926cbcb212a4b3c3d /changelogs
parentansible-test - Remove auto format pylint rule (#79985) (diff)
downloadansible-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.yml2
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.