diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 88c0b7df2a..730d75dc09 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -12,7 +12,7 @@ set -e # Violations thresholds for failing the build export LOWER_PYLINT_THRESHOLD=1000 -export UPPER_PYLINT_THRESHOLD=6200 +export UPPER_PYLINT_THRESHOLD=5900 export ESLINT_THRESHOLD=9134 export STYLELINT_THRESHOLD=973