gecko-dev/tools/lint/python
Andrew Halberstadt bd652813d6 Bug 1494069 - [mozlint] Append global 'excludes' to each linter at parse time, r=rwood
Right now there are excludes defined in the linter definition (via the .yml
files), as well as excludes defined in lintargs (via the mach_commands.py).

This is a minor simplification that extends each linter definition's local
excludes with the global ones right off the bat. This just makes it a bit
easier to keep track of.

Depends on D5863

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

--HG--
extra : moz-landing-system : lando
2018-10-16 21:04:14 +00:00
..
__init__.py
check_compat.py
compat.py Bug 1494069 - [mozlint] Append global 'excludes' to each linter at parse time, r=rwood 2018-10-16 21:04:14 +00:00
flake8.py Bug 1494069 - [mozlint] Append global 'excludes' to each linter at parse time, r=rwood 2018-10-16 21:04:14 +00:00
flake8_requirements.txt