From ea9b9716f0630467b11f63e47058c2c49de5797c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 27 Sep 2022 11:39:25 -0700 Subject: [stable-2.13] ansible-test - Improve pylint command consistency. (#78896) * ansible-test - Improve pylint command consistency. Co-authored-by: Sviatoslav Sydorenko (cherry picked from commit bc274f5) Co-authored-by: Matt Clay --- test/lib/ansible_test/_internal/commands/sanity/pylint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lib/ansible_test/_internal/commands/sanity/pylint.py b/test/lib/ansible_test/_internal/commands/sanity/pylint.py index 370e899843..6a250194e2 100644 --- a/test/lib/ansible_test/_internal/commands/sanity/pylint.py +++ b/test/lib/ansible_test/_internal/commands/sanity/pylint.py @@ -225,7 +225,7 @@ class PylintTest(SanitySingleVersion): '--max-complexity', '20', '--rcfile', rcfile, '--output-format', 'json', - '--load-plugins', ','.join(load_plugins), + '--load-plugins', ','.join(sorted(load_plugins)), ] + paths if data_context().content.collection: -- cgit v1.2.1