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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user