From eb0f44a135f01a9b34aea7b56b918bb2d94b2fce Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Tue, 9 Feb 2021 17:56:39 +0500 Subject: [PATCH] Lower the pylint threshold to 200 --- scripts/thresholds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/thresholds.sh b/scripts/thresholds.sh index d970b0d1a5..26826157e9 100755 --- a/scripts/thresholds.sh +++ b/scripts/thresholds.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -export LOWER_PYLINT_THRESHOLD=500 -export UPPER_PYLINT_THRESHOLD=500 +export LOWER_PYLINT_THRESHOLD=200 +export UPPER_PYLINT_THRESHOLD=200 export ESLINT_THRESHOLD=5300 export STYLELINT_THRESHOLD=880