From 083a8d3a5294d8739090a7f993bb24b7fb98cc59 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 2 Nov 2018 10:14:10 -0400 Subject: [PATCH] We've re-enabled some warnings, so have to raise the limit --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index 229298002a..e4eba69566 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=2715 +export UPPER_PYLINT_THRESHOLD=2750 export ESLINT_THRESHOLD=5590 export STYLELINT_THRESHOLD=973