mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <slev@altlinux.org> Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
parent
85037db2e1
commit
d673fdab60
3
pylintrc
3
pylintrc
@ -8,9 +8,6 @@ persistent=no
|
|||||||
# DuplicateSectionError for the IPA section
|
# DuplicateSectionError for the IPA section
|
||||||
#load-plugins=pylint_plugins
|
#load-plugins=pylint_plugins
|
||||||
|
|
||||||
# Use multiple processes to speed up Pylint.
|
|
||||||
jobs=0
|
|
||||||
|
|
||||||
# A list of packages with safe C extensions to load
|
# A list of packages with safe C extensions to load
|
||||||
extension-pkg-whitelist=
|
extension-pkg-whitelist=
|
||||||
_ldap,
|
_ldap,
|
||||||
|
Loading…
Reference in New Issue
Block a user