Skip to content

Commit

Permalink
pylint: Lint in single process mode
Browse files Browse the repository at this point in the history
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 <slev@altlinux.org>
  • Loading branch information
stanislavlevin authored and flo-renaud committed Jan 2, 2023
1 parent 95f2f4b commit 9fc41e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9fc41e3

Please sign in to comment.