Pylint: enable parallelism

The config file specifies 8 cores but Pylint very quickly
ends up with 3 cores so do not worry about overwhelming your system.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Petr Spacek 2016-03-01 15:42:48 +01:00 committed by Tomas Babej
parent 8bf6aa2c1c
commit 42c01eb327

View File

@ -7,7 +7,7 @@ persistent=no
load-plugins=pylint_plugins
# Use multiple processes to speed up Pylint.
jobs=1
jobs=0
[MESSAGES CONTROL]