Closed
Bug 1256938
Opened 10 years ago
Closed 9 years ago
[ESLint] Fix ESLint issues in devtools/client/webconsole/test/test-bug-766001-js-errors.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)
|
755 bytes,
patch
|
jlast
:
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/test-bug-766001-js-errors.js
| Reporter | ||
Updated•10 years ago
|
Whiteboard: [btpp-backlog]
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment on attachment 8750032 [details] [diff] [review]
0001-Bug-1256938-ESLint.patch
looks good to me.
Attachment #8750032 -
Flags: review?(jlaster) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8750032 [details] [diff] [review]
0001-Bug-1256938-ESLint.patch
Review of attachment 8750032 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry, actually noticing that try chunk dt8 is failing.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=edf7fcb4edd0&selectedJob=20517735
You can re-run that chunk in try and see if it's a question of flakiness. If it is an error, you can run the tests with `.mach mochitest`
Attachment #8750032 -
Flags: review+ → review-
Comment 4•9 years ago
|
||
Unfortunately, being realistic, I won't have time to finish this within the next few weeks. Therefore I'm un-assigning this again.
Assignee: me → nobody
Status: ASSIGNED → NEW
Comment 5•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•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•