Closed
Bug 1554901
Opened 6 years ago
Closed 6 years ago
Simplify devtools/client/webconsole/components/ReverseSearchInput.js and remove eslint-disable complexity
Categories
(DevTools :: Console, task, P2)
DevTools
Console
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: pbro, Assigned: arunmohandm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete 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%2Fwebconsole%2Fcomponents%2FReverseSearchInput.js
Reporter | ||
Updated•6 years ago
|
Component: General → Console
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → arunmohandm
Status: NEW → ASSIGNED
Updated•6 years ago
|
Attachment #9080879 -
Attachment description: Bug 1554901 - Refactor Message component to remove disabled complexity eslint rule. r=nchevobbe → Bug 1554901 - Refactor Message component to remove disabled complexity eslint rule. r=pbro
Updated•6 years ago
|
Attachment #9080879 -
Attachment description: Bug 1554901 - Refactor Message component to remove disabled complexity eslint rule. r=pbro → Bug 1554901 - Refactor ReverseSearchInput component to remove disabled complexity eslint rule. r=pbro
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D39488
Updated•6 years ago
|
Attachment #9080879 -
Attachment description: Bug 1554901 - Refactor ReverseSearchInput component to remove disabled complexity eslint rule. r=pbro → Bug 1554901 - Refactor onInputKeyDown method to remove disabled complexity eslint rule. r=nchevobbe
Updated•6 years ago
|
Attachment #9081074 -
Attachment is obsolete: true
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4fa1ea22250
Refactor onInputKeyDown method to remove disabled complexity eslint rule. r=nchevobbe
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•