tests/test-check-jshint.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 07 Sep 2019 00:16:32 +0200
changeset 42994 dff95420480f
parent 35605 45a816361926
permissions -rw-r--r--
flagprocessors: make `processflagsraw` a module level function One more steps toward removing the mixin. Differential Revision: https://phab.mercurial-scm.org/D6820

#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