From 647bc967c079bf642a6b25a7273bcb9211810f35 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 10 Jul 2015 16:47:32 -0400 Subject: [PATCH] Set new Pylint threshold --- 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 291a89cdb7..35ce75d7bd 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=7000 +PYLINT_THRESHOLD=6600 JSHINT_THRESHOLD=3700 # If the environment variable 'SHARD' is not set, default to 'all'.