tests/test-check-jshint.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Apr 2021 13:31:15 +0200
changeset 46873 0abf5eba0042
parent 35605 45a816361926
permissions -rw-r--r--
rhg: make rhg recognise it supports zstd compression for revlogs It already did, but was not aware of it. Differential Revision: https://phab.mercurial-scm.org/D10324

#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