From ff67dff633ab7c6ee306e22a6463fc046946289b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 27 Aug 2015 13:39:14 -0400 Subject: [PATCH] Since the path import changes solved pylint issues, decrease the limit. --- 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 64e92514ca..80dd3c6851 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=6275 +export PYLINT_THRESHOLD=6175 export JSHINT_THRESHOLD=3700 doCheckVars() {