summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2016-09-20 09:52:43 -0700
committerGitHub <noreply@github.com>2016-09-20 09:52:43 -0700
commitfddfbea923e999d03da9992f53ac3688bad24456 (patch)
treed91714d45991e42f09e636b597089b63d991a416
parent89f649bf6da6b237653eedf6c44654767cdba2b0 (diff)
downloaddnspython-revert-193-pylint.tar.gz
Revert "Pylint improvements"revert-193-pylint
-rw-r--r--Makefile2
-rw-r--r--pylintrc4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b367d79..b4f4877 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ tags:
check: test
-test: lint
+test:
cd tests; make PYTHON=${PYTHON} test
lint:
diff --git a/pylintrc b/pylintrc
index 474f915..91b4dc0 100644
--- a/pylintrc
+++ b/pylintrc
@@ -2,8 +2,8 @@
# Pickle collected data for later comparisons.
persistent=no
-# Use multiple processes to speed up Pylint, auto-detect number of cores.
-jobs=0
+# Use multiple processes to speed up Pylint.
+jobs=1
[MESSAGES CONTROL]