Closed
Bug 1243133
Opened 9 years ago
Closed 9 years ago
Fix brace-style warnings in webconsole.js
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: ajkerrigan, Assigned: ajkerrigan)
References
Details
(Whiteboard: [lang=js])
Attachments
(1 file)
ESLint throws close to 500 warnings and errors for webconsole.js. 195 of these concern brace style.
Assignee | ||
Comment 1•9 years ago
|
||
I'd like to take and work on this. Lin, would you mind having a look at this and assigning me if you're OK with that?
Comment 2•9 years ago
|
||
Awesome! I've assigned it to you.
Assignee: nobody → ajkerrigan
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(lclark)
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 3•9 years ago
|
||
Get rid of ESLint brace style warnings by converting to 1TBS.
Review commit: https://reviewboard.mozilla.org/r/32569/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/32569/
Assignee | ||
Updated•9 years ago
|
Attachment #8712518 -
Flags: review?(bgrinstead)
Comment 4•9 years ago
|
||
Comment on attachment 8712518 [details]
MozReview Request: Bug 1243133 - Fix brace style in webconsole.js; r?linclark
Redirecting to Lin (mozreview doesn't set her as the reviewer correctly for some reason).
Attachment #8712518 -
Flags: review?(bgrinstead) → review?(lclark)
Updated•9 years ago
|
Attachment #8712518 -
Flags: review?(lclark) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8712518 [details]
MozReview Request: Bug 1243133 - Fix brace style in webconsole.js; r?linclark
https://reviewboard.mozilla.org/r/32569/#review29403
Looks good to me! Thanks for the patch :)
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•