tests/test-check-jshint.t
author Yuya Nishihara <yuya@tcha.org>
Fri, 07 Sep 2018 22:19:28 +0900
changeset 39469 1a786fe069b8
parent 35605 45a816361926
permissions -rw-r--r--
hgweb: add error template to json so it won't crash

#require test-repo jshint hg10

  $ . "$TESTDIR/helpers-testrepo.sh"

run jshint on all tracked files ending in .js except vendored dependencies

  $ cd "`dirname "$TESTDIR"`"

  $ testrepohg locate 'set:**.js' \
  > 2>/dev/null \
  > | xargs jshint