tests/test-check-jshint.t
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sun, 26 Aug 2018 13:09:35 -0400
changeset 39313 6f38284b23f4
parent 35605 45a816361926
permissions -rw-r--r--
pager: do not enable when TERM=dumb Before this, running hg in emacs' M-x shell started `less`, which would complain about the terminal not being fully functional. Differential Revision: https://phab.mercurial-scm.org/D4376

#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