From cc857c6b320b2db2b0dc510a7dd4dcbe55e5ef6f Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 9 Aug 2016 12:24:22 -0400 Subject: [PATCH] Lower ESLint thresholds post-autofix --- 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 01b794a6bf..4c120a7c5f 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=3750 -export ESLINT_THRESHOLD=48129 +export ESLINT_THRESHOLD=10162 SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json` export SAFELINT_THRESHOLDS=${SAFELINT_THRESHOLDS//[[:space:]]/}