From 144a16f42482e50a748cfd9c39921ee0c6b4e79d Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Wed, 3 Feb 2021 19:38:29 +0500 Subject: [PATCH] Lower the pylint_error_threshold to 4000 --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index 130b8a3f84..f8848c8e18 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=5900 +export UPPER_PYLINT_THRESHOLD=4000 export ESLINT_THRESHOLD=5300 export STYLELINT_THRESHOLD=880