From a1a3b90c48aa77219a6325590afcc8af03adeaf7 Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Fri, 2 Dec 2022 12:47:13 +0300 Subject: [PATCH] pylint: Lint in single process mode There are several known problems with multiprocess mode. For example, https://github.com/PyCQA/pylint/issues/3232. In other words the lint result depends on the number of jobs. The most correct report is expected for single process. Fixes: https://pagure.io/freeipa/issue/9278 Signed-off-by: Stanislav Levin Reviewed-By: Stanislav Levin --- pylintrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/pylintrc b/pylintrc index b95e05304..6d707b1be 100644 --- a/pylintrc +++ b/pylintrc @@ -8,9 +8,6 @@ persistent=no # DuplicateSectionError for the IPA section #load-plugins=pylint_plugins -# Use multiple processes to speed up Pylint. -jobs=0 - # A list of packages with safe C extensions to load extension-pkg-whitelist= _ldap,