From 8ec97371bd27400cde531c68fa0af57bf4e80ec4 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 8 Dec 2017 12:37:42 -0500 Subject: [PATCH] drop eslint 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 861b7b3e70..33c023959e 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -13,7 +13,7 @@ set -e # Violations thresholds for failing the build export LOWER_PYLINT_THRESHOLD=1000 export UPPER_PYLINT_THRESHOLD=5900 -export ESLINT_THRESHOLD=9543 +export ESLINT_THRESHOLD=5700 export STYLELINT_THRESHOLD=973 XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`