Update edx-lint to 0.2.6

This gets us checking for tests inheriting from other tests.  When that
happens, tests get run more than once, which is pointless.  We have a
few dozen new warnings due to this new check.

This also disables unused-wildcard-import.  That removes a few hundred
warnings.

Together, this means we can reduce the pylint limit to 5999. :)
This commit is contained in:
Ned Batchelder
2015-09-02 17:03:07 -04:00
parent f80720d09e
commit f47a53eb66
3 changed files with 4 additions and 3 deletions

View File

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