use .jshintignore instead of hardcoded directory list

This commit is contained in:
Christine Lytwynec
2015-11-13 10:43:18 -05:00
parent 04c0b3aea9
commit 9aa1f2b73f
3 changed files with 5 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=5650
export JSHINT_THRESHOLD=3700
export JSHINT_THRESHOLD=9390
doCheckVars() {
if [ -n "$CIRCLECI" ] ; then