Closed
Bug 1554881
Opened 6 years ago
Closed 6 years ago
Simplify devtools/client/netmonitor/src/components/RequestListItem.js and remove eslint-disable complexity
Categories
(DevTools :: Netmonitor, task, P3)
DevTools
Netmonitor
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: pbro, Assigned: gweber)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This file contains a special eslint comment to temporarily disable the complexity eslint rule since it contains one or more functions that exceed the maximum complexity threshold. The code should be simplified, and the comment removed. Link to the code in question: https://searchfox.org/mozilla-central/search?q=eslint-disable+complexity&case=false®exp=false&path=devtools%2Fclient%2Fnetmonitor%2Fsrc%2Fcomponents%2FRequestListItem.js
Reporter | ||
Updated•6 years ago
|
Component: General → Netmonitor
Updated•6 years ago
|
Keywords: good-first-bug
Priority: -- → P3
Updated•6 years ago
|
Assignee: nobody → gweber
Status: NEW → ASSIGNED
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b06448abd93
Simplify RequestListItem render r=Honza
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•