Commit 611222fb by Jesse Zoldak

Merge pull request #12387 from edx/zoldak/update-jshint-threshold

Lower the jshint threshold to 7550
parents 2c12decc d7e9db66
...@@ -12,7 +12,7 @@ set -e ...@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build # Violations thresholds for failing the build
export PYLINT_THRESHOLD=4175 export PYLINT_THRESHOLD=4175
export JSHINT_THRESHOLD=9080 export JSHINT_THRESHOLD=7550
export SAFELINT_THRESHOLD=2700 export SAFELINT_THRESHOLD=2700
doCheckVars() { 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