From ab678daaa5f7d3e04f049b3b3477874e30cf2435 Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Mon, 8 Feb 2021 21:48:21 +0500 Subject: [PATCH] Lower down pylint error thresholds --- scripts/thresholds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index f8848c8e18..d970b0d1a5 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=4000 +export LOWER_PYLINT_THRESHOLD=500 +export UPPER_PYLINT_THRESHOLD=500 export ESLINT_THRESHOLD=5300 export STYLELINT_THRESHOLD=880