diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 5e28dbc72f..6333dfeba6 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -61,7 +61,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=5800 +PYLINT_THRESHOLD=5500 # If the environment variable 'SHARD' is not set, default to 'all'. # This could happen if you are trying to use this script from