From d7e9db66c9f08cdc43c2c9c9b10fa66e8d3025ec Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 6 May 2016 09:56:23 -0400 Subject: [PATCH] Lower the jshint threshold to 7550 --- 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 73c856d78d..4edb99bb0e 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -12,7 +12,7 @@ set -e # Violations thresholds for failing the build export PYLINT_THRESHOLD=4175 -export JSHINT_THRESHOLD=9080 +export JSHINT_THRESHOLD=7550 export SAFELINT_THRESHOLD=2700 doCheckVars() {