diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-14 15:56:16 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-14 15:56:16 +0200 |
commit | a99a53b84e05f77271c7359272bbd769371defea (patch) | |
tree | 90d74b6ad779ea9ac1cbbda389ca8f6bd7d5604e | |
parent | ae6fec54792ce2644064aa854136f3f15480e485 (diff) | |
download | pylint-git-a99a53b84e05f77271c7359272bbd769371defea.tar.gz |
Use only one job for linting pylint.
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ include-ids=no symbols=no # Use multiple processes to speed up Pylint. -jobs=2 +jobs=1 # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. |