From 7a852b0b1c1e54895a7b91700f61f2017243cfd0 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Thu, 2 Jul 2015 09:04:23 -0400 Subject: [PATCH] Lower pylint threshold to 7000! --- 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 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'.