From 42c01eb3270d8c47c41f7f9b0da7064edb4b0e47 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Tue, 1 Mar 2016 15:42:48 +0100 Subject: 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 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc') 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] -- cgit