зеркало из https://github.com/mozilla/gecko-dev.git
894334f11e
This patch introduces a new report formatter for the mozlint framework used by "./mach lint" that respects Unix output conventions, popularised by grep(1), compilers, and preprocessors. The output format looks like this: testing/marionette/driver.js:1153:48: no-unused-vars error: 'resp' is defined but never used. Many editors (ed, Emacs, vi, Acme) recognise this format, allowing users to interact with the output like a hyperlink to jump to the specified location in a file. MozReview-Commit-ID: 3IyiFmNbtMY --HG-- extra : rebase_source : a2628a999c187a1c43f3cc5d32e6db835028eca4 |
||
---|---|---|
.. | ||
files | ||
filter | ||
linters | ||
__init__.py | ||
conftest.py | ||
python.ini | ||
test_cli.py | ||
test_filterpaths.py | ||
test_formatters.py | ||
test_parser.py | ||
test_roller.py | ||
test_types.py |