Mercurial > hg
view tests/test-check-jshint.t @ 51675:bc94cbb49b30
typing: add some trivial type hints to `mercurial/match.py`
These were new methods since hg 3dbc7b1ecaba, but surprisingly pytype couldn't
figure them out.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 10 Jul 2024 17:55:14 -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