Use latest edx-lint. Adds getattr/setattr string literal checking.

There are 80 of these new violations in the tree, so up the lint
threshold also.
This commit is contained in:
Ned Batchelder
2015-08-20 11:44:16 -04:00
parent 17fa612cb0
commit 36a7d1223e
2 changed files with 2 additions and 2 deletions

View File

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