Use 0.3.2 of edx-lint, with pylint-django and C extensions read

This commit is contained in:
Ned Batchelder
2015-11-03 06:09:32 -05:00
parent 8103378ba6
commit 1f093eccfb
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=5999
export PYLINT_THRESHOLD=5650
export JSHINT_THRESHOLD=3700
doCheckVars() {