Update to latest edx-lint

This commit is contained in:
Ned Batchelder
2015-12-18 10:01:52 -05:00
parent 7a287dc65f
commit 756941524c
4 changed files with 43 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=4700
export PYLINT_THRESHOLD=4500
export JSHINT_THRESHOLD=9080
doCheckVars() {