Skip to content

Commit 9fc41e3

Browse files
stanislavlevinflo-renaud
authored andcommitted
pylint: Lint in single process mode
There are several known problems with multiprocess mode. For example, pylint-dev/pylint#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 <[email protected]>
1 parent 95f2f4b commit 9fc41e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pylintrc

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ persistent=no
88
# DuplicateSectionError for the IPA section
99
#load-plugins=pylint_plugins
1010

11-
# Use multiple processes to speed up Pylint.
12-
jobs=0
13-
1411
# A list of packages with safe C extensions to load
1512
extension-pkg-whitelist=
1613
_ldap,

0 commit comments

Comments
 (0)