gecko-dev/python/mozlint/test
Andrew Halberstadt 9d5e499a90 Bug 1448417 - [mozlint] Remove ability to specify globs in an 'include' directive, r=egao
There is only a single linter (test-disable.yml) that uses a glob in any
include path, and that usage is easily replaced by using the 'extensions' key
instead.

Since globs in include directives aren't very useful, let's disallow them. This
will allow us to simplify the 'filterpaths' logic quite substantially and make
future refactorings in this area easier.

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

--HG--
extra : moz-landing-system : lando
2018-09-25 18:30:23 +00:00
..
files
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 1448417 - [mozlint] Remove ability to specify globs in an 'include' directive, r=egao 2018-09-25 18:30:23 +00:00
__init__.py
conftest.py Bug 1448417 - [mozlint] Be explicit about which linters are used for functions in test_roller.py, r=rwood 2018-09-20 20:45:04 +00:00
python.ini Bug 1448417 - [mozlint] Rename test_filterpaths.py to test_pathutils.py, r=rwood 2018-09-20 20:27:45 +00:00
runcli.py Bug 1369711 - [mozlint] Make sure KeyboardInterrupts are handled well wherever they happen r=gps 2018-02-23 08:55:06 -05:00
test_cli.py Bug 1369711 - [mozlint] Refactor concurrent.futures ProcessPoolExecutor code for readability r=gps 2018-02-23 09:02:16 -05:00
test_formatters.py Bug 1485454 - [mozlint] Fix stylish formatter, issues without a column aren't indented enough, r=sylvestre 2018-08-27 13:40:34 +00:00
test_parser.py Bug 1448417 - [mozlint] Remove ability to specify globs in an 'include' directive, r=egao 2018-09-25 18:30:23 +00:00
test_pathutils.py Bug 1448417 - [mozlint] Remove ability to specify globs in an 'include' directive, r=egao 2018-09-25 18:30:23 +00:00
test_roller.py Bug 1448417 - [mozlint] Remove ability to specify globs in an 'include' directive, r=egao 2018-09-25 18:30:23 +00:00
test_types.py Bug 1460856 - [mozlint] Encapsulate all result state in a ResultSummary class r=sylvestre 2018-08-28 13:51:04 +00:00