Closed
Bug 1773452
Opened 3 years ago
Closed 3 years ago
Disable ESlint warnings about the use of osfile for the osfile files.
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
We have around 450 warnings from toolkit/components/osfile about the use of OS.File and OS.Path.
Since this is the code that is currently implementing those, it doesn't seem to make sense, and I'd like to reduce the number of ESlint warnings we have overall, especially to help with clarity of what still requires fixing.
Hence I think we should disable the warnings for that directory.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15e8a91a5a6a
Disable ESlint warnings about use of osfile for osfile files. r=barret
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•