Commit 7f4dd4db by clrux

Merge pull request #10679 from edx/clrux/add-gettext-to-global-jshint-ignore

Adding gettext to JSHint ignore
parents a2675fe0 d1efc3fe
......@@ -140,6 +140,7 @@
"spyOnEvent",
// Miscellaneous globals
"JSON"
"JSON",
"gettext"
]
}
......@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=5650
export JSHINT_THRESHOLD=9390
export JSHINT_THRESHOLD=9080
doCheckVars() {
if [ -n "$CIRCLECI" ] ; then
......
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