From 9d18bd61969a95549e386d7dbd25d92576073b9d Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 19 Nov 2015 14:27:36 -0500 Subject: [PATCH 1/2] Adding gettext to ignore --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 4ff0d97920..d3b6256345 100644 --- a/.jshintrc +++ b/.jshintrc @@ -140,6 +140,7 @@ "spyOnEvent", // Miscellaneous globals - "JSON" + "JSON", + "gettext" ] } From d1efc3fed15a0fe159c70e32125cea39c2fe7166 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 19 Nov 2015 14:58:05 -0500 Subject: [PATCH 2/2] Updating JSHint threshold --- scripts/all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 4c7d709d9e..b0c49f4c63 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -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