Set new Pylint threshold

This commit is contained in:
Sarina Canelake
2015-07-10 16:47:32 -04:00
parent 8283c07e32
commit 647bc967c0

View File

@@ -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'.