Merge pull request #10474 from edx/ned/django-pylint

Use 0.3.2 of edx-lint, with pylint-django and C extensions read
This commit is contained in:
Ned Batchelder
2015-11-04 06:16:01 -05:00
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() {