From 9d4d445d2b656bfe7986922a525d36c354e2bbf4 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 21 Mar 2017 19:27:02 -0400 Subject: [PATCH] upping eslint violation count since a merged commit didn't know about it. --- 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 dc63a81eef..a0c1f617cd 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=3600 -export ESLINT_THRESHOLD=10106 +export ESLINT_THRESHOLD=10122 SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json` export SAFELINT_THRESHOLDS=${SAFELINT_THRESHOLDS//[[:space:]]/}