From 063224033172860eb2effb0eb2b5c91d98c03c79 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Dec 2015 09:18:29 -0500 Subject: [PATCH] Pylint count is below 5000 --- scripts/all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 7f6d935499..ed0d3e04fa 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -11,7 +11,7 @@ set -e ############################################################################### # Violations thresholds for failing the build -export PYLINT_THRESHOLD=5400 +export PYLINT_THRESHOLD=4999 export JSHINT_THRESHOLD=9080 doCheckVars() {