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

Adding gettext to JSHint ignore
This commit is contained in:
clrux
2015-11-19 15:45:48 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -140,6 +140,7 @@
"spyOnEvent",
// Miscellaneous globals
"JSON"
"JSON",
"gettext"
]
}

View File

@@ -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