From d1efc3fed15a0fe159c70e32125cea39c2fe7166 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 19 Nov 2015 14:58:05 -0500 Subject: [PATCH] Updating JSHint threshold --- 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 4c7d709d9e..b0c49f4c63 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=5650 -export JSHINT_THRESHOLD=9390 +export JSHINT_THRESHOLD=9080 doCheckVars() { if [ -n "$CIRCLECI" ] ; then