gecko-dev/python/mozlint/mozlint
Andrew Halberstadt dde3965629 Bug 1309963 - Make sure return codes are passed from .lint files up to the cli, r=jgraham
If a linter returns a status code instead of a list of results, mozlint will throw away
that status code and move on to the next linter. We should make sure that status code
bubbles all the way up to the cli.

MozReview-Commit-ID: 9fXpmtlUUT1

--HG--
extra : rebase_source : 84c80d1b24d7233d0c4c6e38b23e775110776d1f
2016-10-13 16:23:13 -04:00
..
formatters Bug 1294802 - Improve color handling in mozlint stylish formatter, r=jgraham 2016-07-19 11:54:04 -04:00
__init__.py
cli.py Bug 1309963 - Make sure return codes are passed from .lint files up to the cli, r=jgraham 2016-10-13 16:23:13 -04:00
errors.py
parser.py
pathutils.py Bug 1288425 - Make sure we skip invalid extensions when linting with --rev or --workdir, r=smacleod 2016-08-09 16:24:04 -04:00
result.py Bug 1279811 - Make output of column number optional in mozlint, r=ahal 2016-06-23 10:36:47 +01:00
roller.py Bug 1309963 - Make sure return codes are passed from .lint files up to the cli, r=jgraham 2016-10-13 16:23:13 -04:00
types.py Bug 1302796 - Add integration between structured logging and lints, r=ahal 2016-09-13 14:18:41 +01:00
vcs.py Bug 1300779 - [mozlint] Redirect stderr when detecting version control root, r=smacleod 2016-09-06 10:36:45 -04:00