gecko-dev/python/mozlint/test
Steve Fink 86ca4b5374 Bug 1621322 - Implement mach lint --revset=REV r=ahal
In the process, fixed a few bugs:
 - the template eg `{file_adds % "\n{file}"}` produced a leading blank line,
   which led to everything being linted.
 - 'd' was replaced with 'r' in diff_filters, but the replacement was discarded.
 - as a result of the above, `hg status -d` was being used ("show only deleted (but tracked) files") and now it is `hg status -r` ("show only removed files"). I *think* this is what was intended?

Differential Revision: https://phabricator.services.mozilla.com/D66714

--HG--
extra : moz-landing-system : lando
2020-03-22 22:12:18 +00:00
..
files
filter
linters
__init__.py
conftest.py
python.ini
runcli.py Bug 1622974 - Add mozlint parameter to set additional config file path. r=ahal 2020-03-20 17:12:27 +00:00
test_cli.py Bug 1622974 - Add mozlint parameter to set additional config file path. r=ahal 2020-03-20 17:12:27 +00:00
test_editor.py
test_formatters.py
test_parser.py
test_pathutils.py Bug 1570654 - [mozlint] Filter out non-existent paths in filterpaths, r=linter-reviewers,sylvestre 2020-03-19 18:06:41 +00:00
test_result.py
test_roller.py Bug 1621322 - Implement mach lint --revset=REV r=ahal 2020-03-22 22:12:18 +00:00
test_types.py Bug 1570654 - [mozlint] Filter out non-existent paths in filterpaths, r=linter-reviewers,sylvestre 2020-03-19 18:06:41 +00:00