From d63aaaa4c36bd9e79ce06c5659ddd1c5928693b3 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 30 Dec 2019 13:52:15 -0500 Subject: [PATCH] Lower the pylint threshold. We fixed various deprecation warnings as part of BOM-1024 --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index aaa161061a..fde1c75365 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=3250 +export UPPER_PYLINT_THRESHOLD=2100 export ESLINT_THRESHOLD=5530 export STYLELINT_THRESHOLD=880