tests/test-check-jshint.t
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 05 Mar 2018 14:15:31 -0500
changeset 37110 1b158ca37ea4
parent 35605 45a816361926
permissions -rw-r--r--
merge: use constants for merge driver state Named constants are superior to magic values. Differential Revision: https://phab.mercurial-scm.org/D2699

#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