Closed
Bug 1808400
Opened 11 months ago
Closed 11 months ago
ESLint no-cu-reportError should handle cases of .then(foo, Cu.reportError)
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox111 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1808400 - Handle cases of .then(foo, Cu.reportError) in ESLint rule no-cu-reportError. r?Mossop!
48 bytes,
text/x-phabricator-request
|
Details | Review |
The no-cu-reportError rule is missing cases of .then(foo, Cu.reportError)
.
We should extend the tests cases to handle that.
Assignee | ||
Comment 1•11 months ago
|
||
Depends on D167519
Updated•11 months ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bb46358f374f Handle cases of .then(foo, Cu.reportError) in ESLint rule no-cu-reportError. r=mossop
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•