tests/test-check-jshint.t
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 15:08:09 -0700
changeset 37315 0a1fb171dc1d
parent 35605 45a816361926
permissions -rw-r--r--
localrepo: use revsymbol() in lookup() lookup() seems to be about looking up a revision based on a symbol that may come from the user (via the wire protocol), so revsymbol() is appropriate here. Differential Revision: https://phab.mercurial-scm.org/D3055

#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