Closed
Bug 1256779
Opened 10 years ago
Closed 9 years ago
[ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_cached_messages.js
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: linclark, Unassigned, Mentored)
References
Details
(Whiteboard: [btpp-backlog])
Attachments
(1 file)
|
1.58 KB,
patch
|
linclark
:
review+
|
Details | Diff | Splinter Review |
If you haven’t contributed to Firefox before, follow the steps here to set up your environment: https://developer.mozilla.org/en-US/docs/Tools/Contributing#Getting_set_up
Then, automatically configure ESLint to work with the Firefox specific rules by following the instructions here: https://wiki.mozilla.org/DevTools/CodingStandards
Then you can see the issues that need to be fixed by running
> eslint --no-ignore devtools/client/webconsole/test/browser_cached_messages.js
| Reporter | ||
Updated•10 years ago
|
Whiteboard: [btpp-backlog]
Comment 2•10 years ago
|
||
Hi simplyblue, linclark would be a better reviewer.
Flags: needinfo?(lclark)
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8739375 [details] [diff] [review]
1256779.patch
Review of attachment 8739375 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me! Feel free to add checkin-needed
Attachment #8739375 -
Flags: review?(jlaster) → review+
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(lclark)
Comment 4•9 years ago
|
||
Closing unassigned webconsole test eslint bugs. These tests will either be copied over and refactored for the new console frontend or removed and replaced with unit tests, so no sense in spending time fixing lint errors. See bug 1308219.
Filter on NOVEMBERSEVENTH
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•