From 518be32c229e1926d173327448f1a2e6a01a615f Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 25 Oct 2016 13:51:17 -0400 Subject: [PATCH] Bump pylint threshold back up --- 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 c87bac397c..b025d7c0bb 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -11,7 +11,7 @@ set -e ############################################################################### # Violations thresholds for failing the build -export PYLINT_THRESHOLD=3550 +export PYLINT_THRESHOLD=3600 export ESLINT_THRESHOLD=9850 SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`