Merge pull request #13834 from edx/efischer/lint_threshold

Bump pylint threshold back up
This commit is contained in:
Eric Fischer
2016-10-25 14:46:47 -04:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3550
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9850
SAFELINT_THRESHOLDS=`cat scripts/safelint_thresholds.json`