Commit ff67dff6 by Ned Batchelder

Since the path import changes solved pylint issues, decrease the limit.

parent 2a025909
......@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=6275
export PYLINT_THRESHOLD=6175
export JSHINT_THRESHOLD=3700
doCheckVars() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment