Closed
Bug 1479323
Opened 7 years ago
Closed 1 month ago
mach eslint no longer accepts --no-ignore as a parameter
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1997884
People
(Reporter: darktrojan, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1306366 +++
STR:
* Get the latest from mozilla-central
* run ./mach eslint browser/app/profile/firefox.js --no-ignore
Expected results:
* The file should be linted, bypassing the ignore rule.
Actual results:
* This warning message is received: "mach: error: unrecognized arguments for lint: '--no-ignore'"
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 month ago
|
||
I think this has just been fixed by bug 1997884.
You need to log in
before you can comment on or make changes to this bug.
Description
•