From 4e2927f146892bc0766dafce526ef81946e77df4 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 2 Mar 2015 20:20:31 -0800 Subject: [PATCH] Lower Pylint threshold to 5800 violations --- scripts/all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 4e38c0ec5a..5e28dbc72f 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=6000 +PYLINT_THRESHOLD=5800 # If the environment variable 'SHARD' is not set, default to 'all'. # This could happen if you are trying to use this script from