gecko-dev/python/mozlint/test
Andreas Tolfsen 894334f11e Bug 1405304 - Add Unix formatter for mozlint. r=ahal
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
2017-10-03 14:45:17 +01:00
..
files Bug 1399522 - [mozlint] Properly handle directories in LineLinters, r=bc 2017-09-13 12:03:18 -04:00
filter Bug 1392787 - [mozlint] Fix bugs in path filtering and add a test, r=jmaher 2017-08-23 06:33:06 -04:00
linters Bug 1399522 - [mozlint] Properly handle directories in LineLinters, r=bc 2017-09-13 12:03:18 -04:00
__init__.py
conftest.py Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal 2017-09-06 22:52:46 -04:00
python.ini Bug 1401309 - [mozlint] Remove vcs.py and use mozversioncontrol instead, r=gps 2017-09-25 16:30:27 -04:00
test_cli.py Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal 2017-09-06 22:52:46 -04:00
test_filterpaths.py Bug 1392787 - [mozlint] Fix bugs in path filtering and add a test, r=jmaher 2017-08-23 06:33:06 -04:00
test_formatters.py Bug 1405304 - Add Unix formatter for mozlint. r=ahal 2017-10-03 14:45:17 +01:00
test_parser.py Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal 2017-09-06 22:52:46 -04:00
test_roller.py Bug 1397423 - Enable py2 linter on python/mozlint. r=ahal 2017-09-06 22:52:46 -04:00
test_types.py Bug 1399522 - [mozlint] Properly handle directories in LineLinters, r=bc 2017-09-13 12:03:18 -04:00