Closed
Bug 1789232
Opened 2 years ago
Closed 2 years ago
Allow specifying a rule parameter to ./mach eslint
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox106 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
ESLint can take multiple --rule
arguments which are used for specifying extra rules to be run alongside the main rules.
I'd like to enable this option via ./mach eslint
so that we can add some manually run rules (bug 1479515). These are manually run because they require a build step, but we'll be adding them to automation as well.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/759c2fa7599c
Allow specifying a rule parameter to ./mach eslint. r=ahal
Comment 3•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•