diff --git a/scripts/pylintrc b/scripts/pylintrc index ffbd96fe8..9aa1bfa7d 100644 --- a/scripts/pylintrc +++ b/scripts/pylintrc @@ -1,4 +1,10 @@ # vim:et:ts=4 +[MASTER] + +# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the +# number of processors available to use. +jobs=0 + [MESSAGES CONTROL] # Disable the message, report, category or checker with the given id(s). You