Mercurial > hg
view tests/test-check-jshint.t @ 38754:8b5f97ab5774 stable
doc: fix underline length for config title (issue5949)
This was an error in the initial commit.
Thanks go to Marcel Svitalský for reporting the bug.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 31 Jul 2018 10:55:14 +0200 |
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