From df1f63f1aa55a782a00714d62708aaa8e27a682f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 3 Dec 2018 22:00:55 -0500 Subject: Do multiple jobs for pylint analysis --- src/configs/pylint.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/configs/pylint.rc b/src/configs/pylint.rc index 5dcff5650..da0457c47 100644 --- a/src/configs/pylint.rc +++ b/src/configs/pylint.rc @@ -19,7 +19,7 @@ persistent=yes load-plugins= # Use multiple processes to speed up Pylint. -jobs=1 +jobs=3 # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. @@ -60,7 +60,7 @@ confidence= # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=missing-docstring,no-else-return,logging-not-lazy +disable=missing-docstring,no-else-return,logging-not-lazy,locally-disabled [REPORTS] -- cgit v1.2.3