From b4e2af3aae4c58ec977baf85565da792f7c050be Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 2 Aug 2016 21:10:49 -0400 Subject: [PATCH] Lower the pylint 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 03284fbecc..b8a9780693 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=4175 +export PYLINT_THRESHOLD=3750 export ESLINT_THRESHOLD=49019 SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`