summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-03-01 15:42:48 +0100
committerTomas Babej <tbabej@redhat.com>2016-03-07 12:33:21 +0100
commit42c01eb3270d8c47c41f7f9b0da7064edb4b0e47 (patch)
treec7b8797852e7cf4a48db2cfe869d4bad2355c0fc /pylintrc
parent8bf6aa2c1c957025c7d466f7a33202a191764f0b (diff)
downloadfreeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.tar.gz
freeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.tar.xz
freeipa-42c01eb3270d8c47c41f7f9b0da7064edb4b0e47.zip
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>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 1003e4921..2a4dd7b09 100644
--- a/pylintrc
+++ b/pylintrc
@@ -7,7 +7,7 @@ persistent=no
load-plugins=pylint_plugins
# Use multiple processes to speed up Pylint.
-jobs=1
+jobs=0
[MESSAGES CONTROL]