Mercurial > hg
view tests/test-check-jshint.t @ 40283:c7a363ca04b9
notify: add some b prefixes
# skip-blame just b prefixes
Differential Revision: https://phab.mercurial-scm.org/D5098
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 14 Oct 2018 04:33:47 -0400 |
parents | 45a816361926 |
children |
line wrap: on
line source
#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