Closed
Bug 1554924
Opened 6 years ago
Closed 5 years ago
Simplify devtools/client/webconsole/test/mocha-test-setup.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)
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%2Ftest%2Fmocha-test-setup.js
Reporter | ||
Updated•6 years ago
|
Component: General → Console
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c83333374ef
Simplify Mocha test setup to remove disabled eslint complexity. r=nchevobbe
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•5 years ago
|
Assignee: nobody → arunmohandm
You need to log in
before you can comment on or make changes to this bug.
Description
•