[stable-2.13] ansible-test - Improve pylint command consistency. (#78896)

* ansible-test - Improve pylint command consistency.

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit bc274f5)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/79457/head
Matt Clay 3 years ago
parent 5f6537b644
commit ea9b9716f0

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Improve consistency of executed ``pylint`` commands by making the plugins ordered.

@ -225,7 +225,7 @@ class PylintTest(SanitySingleVersion):
'--max-complexity', '20', '--max-complexity', '20',
'--rcfile', rcfile, '--rcfile', rcfile,
'--output-format', 'json', '--output-format', 'json',
'--load-plugins', ','.join(load_plugins), '--load-plugins', ','.join(sorted(load_plugins)),
] + paths ] + paths
if data_context().content.collection: if data_context().content.collection:

Loading…
Cancel
Save