From f6085e51393c805abaf51fae7de1e6e7dc8a084c Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Fri, 18 Dec 2020 12:26:12 -0500 Subject: [PATCH] Bump threshold limits due to previously broken pylint. --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index c3d9fecbf7..92a4c39648 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=2400 +export UPPER_PYLINT_THRESHOLD=7050 export ESLINT_THRESHOLD=5300 export STYLELINT_THRESHOLD=880