tests/test-check-jshint.t
author Augie Fackler <augie@google.com>
Wed, 09 Jan 2019 18:00:20 -0500
changeset 41175 9bc7ec924234
parent 35605 45a816361926
permissions -rw-r--r--
histedit: fix --continue and --abort when curses is enabled I overlooked this when I did the initial import. Differential Revision: https://phab.mercurial-scm.org/D5540

#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