diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 3c3a8b6b28..291a89cdb7 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -58,7 +58,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=7100 +PYLINT_THRESHOLD=7000 JSHINT_THRESHOLD=3700 # If the environment variable 'SHARD' is not set, default to 'all'.