Update mozlint so it is able to use configuration files in an alternate path
Categories
(Developer Infrastructure :: Lint and Formatting, enhancement)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(2 files)
Many of the mozlint source-tests do not quite work for Thunderbird because of slightly different requirements, such as exclude lists.
I'm proposing adding a flag to mach mozlint to set an alternate path to check for the mozlint .yml files before checking the default path. This way Thunderbird builds change the necessary configurations and fall back to the ones in tools/lint.
Assignee | ||
Comment 1•5 years ago
|
||
Adds --extra-config-path parameter to mach mozlint where test configuration
files (.yml) can be located. The extra path has preference over the default.
This allows Thunderbird to run mozlint-based tests in Taskcluster with a
different configuration.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D67077
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/77217211afb5
https://hg.mozilla.org/mozilla-central/rev/300ee1c92b54
Updated•3 years ago
|
Description
•