Merge pull request #8757 from edx/zoldak/7000

Lower pylint threshold to 7000!
This commit is contained in:
Jesse Zoldak
2015-07-02 10:43:27 -04:00

View File

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