From 96bb6657a53fb0a0f9d689dd5ee15fa3bbffb664 Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Tue, 2 Feb 2021 17:23:16 +0500 Subject: [PATCH] Lower the UPPER_PYLINT_THRESHOLD to 5900 --- scripts/thresholds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index 92a4c39648..130b8a3f84 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -2,6 +2,6 @@ set -e export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=7050 +export UPPER_PYLINT_THRESHOLD=5900 export ESLINT_THRESHOLD=5300 export STYLELINT_THRESHOLD=880