Merge pull request #10977 from edx/ned/lower-pylint-threshhold
Pylint count is below 5000
This commit is contained in:
@@ -11,7 +11,7 @@ set -e
|
||||
###############################################################################
|
||||
|
||||
# Violations thresholds for failing the build
|
||||
export PYLINT_THRESHOLD=5400
|
||||
export PYLINT_THRESHOLD=4999
|
||||
export JSHINT_THRESHOLD=9080
|
||||
|
||||
doCheckVars() {
|
||||
|
||||
Reference in New Issue
Block a user