Closed
Bug 1554884
Opened 6 years ago
Closed 6 years ago
Simplify devtools/client/netmonitor/src/utils/filter-text-utils.js and remove eslint-disable complexity
Categories
(DevTools :: Netmonitor, task, P3)
DevTools
Netmonitor
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: pbro, Assigned: arunmohandm)
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%2Futils%2Ffilter-text-utils.js
Reporter | ||
Updated•6 years ago
|
Component: General → Netmonitor
Updated•6 years ago
|
Keywords: good-first-bug
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/12374bb26e7b
Refactor isFlagFilterMatch function to remove disabled complexity eslint rule. r=Honza
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•6 years ago
|
Assignee: nobody → arunmohandm
You need to log in
before you can comment on or make changes to this bug.
Description
•