Closed
Bug 1232731
Opened 9 years ago
Closed 7 years ago
[META] Fix code style in webconsole.js
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox46 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: linclark, Unassigned)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
There are lots of ESLint warnings and aVariable style parameters in webconsole.js.
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → lclark
Reporter | ||
Comment 1•9 years ago
|
||
Turns out there are a *ton* of different rule breakages in this file, so turning this into a meta issue.
No longer blocks: 1232727
Summary: Fix code style in webconsole.js → [META] Fix code style in webconsole.js
Reporter | ||
Updated•9 years ago
|
Assignee: lclark → nobody
Reporter | ||
Updated•9 years ago
|
Blocks: devtools-eslint
Updated•9 years ago
|
Updated•9 years ago
|
Assignee: nobody → mkohler
Updated•9 years ago
|
Assignee: mkohler → nobody
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•9 years ago
|
||
Thanks everyone! We are so very close!
Now that Bug 1256163 landed, I checked origin/fx-team. It looks like 1 more error snuck in there :( I'm now thinking the best way to avoid this is to add ignores for each .js file or directory at the top level in the webconsole directory. This should only require adding a handful of lines to the file.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•8 years ago
|
Keywords: good-first-bug
Whiteboard: [lang=js
Updated•8 years ago
|
Whiteboard: [lang=js → [lang=js]
Updated•7 years ago
|
Blocks: dt-polish-debt
Updated•7 years ago
|
No longer blocks: dt-polish-debt
I'm a student at Seneca college learning open source, and I was hoping to work on this bug for my course. If no one else is currently working on it, I'd like to give it a try even though i am not familiar with linting
Comment 4•7 years ago
|
||
(In reply to ewhite7 from comment #3)
> I'm a student at Seneca college learning open source, and I was hoping to
> work on this bug for my course. If no one else is currently working on it,
> I'd like to give it a try even though i am not familiar with linting
Hi, fixing lint on webconsole.js isn't needed anymore with the new console frontend that we've been working on, so I'm going to close this bug. But there should be another bug you could take. Would you like to try https://bugzilla.mozilla.org/show_bug.cgi?id=1393609? I'll add some more instructions on how to start in that bug.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•