tests/test-check-jshint.t
author Raphaël Gomès <rgomes@octobus.net>
Thu, 16 May 2019 16:22:20 +0200
changeset 42424 d3b5cbe311d9
parent 35605 45a816361926
permissions -rw-r--r--
rust-dirstate: create dirstate submodule This change is here to facilitate a future patch that is written in a different file. I expect this module to grow a few different files. Differential Revision: https://phab.mercurial-scm.org/D6389

#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