Closed
Bug 1344286
Opened 8 years ago
Closed 7 years ago
Fix ESLint issues in devtools/client/memory/test/chrome/*.html
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ntim, Assigned: harry7)
References
Details
(Keywords: good-first-bug)
Attachments
(2 files)
10.75 KB,
patch
|
Details | Diff | Splinter Review | |
59 bytes,
text/x-review-board-request
|
ntim
:
review+
|
Details |
No description provided.
Reporter | ||
Comment 1•8 years ago
|
||
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Keywords: good-first-bug
Summary: Fix ESLint for files ignored by bug 1342144 → Fix ESLint for devtools files ignored by bug 1342144
Updated•8 years ago
|
Blocks: devtools-debtools
Updated•7 years ago
|
Blocks: dt-polish-debt
Updated•7 years ago
|
No longer blocks: devtools-debtools, dt-polish-debt
Assignee | ||
Comment 2•7 years ago
|
||
Hi,
I would like to work on this bug. Can you assign this to me. Also can someone guide me on what is to be done and where I should start looking at?
Thanks,
Flags: needinfo?(ntim.bugs)
Reporter | ||
Comment 3•7 years ago
|
||
(In reply to Hemanth Kumar Veeranki [:harry7] from comment #2)
> Hi,
> I would like to work on this bug. Can you assign this to me. Also can
> someone guide me on what is to be done and where I should start looking at?
> Thanks,
[0] provides a list of ignored files by ESLint in the devtools/ folder.
Steps:
- Run `./mach eslint --no-ignore ` followed by one of the lines in [0]
- Once you do this, you will get a list of JS errors/warnings, you will need to fix them one by one.
- Once you're done fixing the errors, you can remove the relevant line in [0].
Note that you don't need to do all the lines from [0] in the same bug. Feel free to only fix a couple of lines.
[0]: https://dxr.mozilla.org/mozilla-central/source/.eslintignore#104-125
Assignee: nobody → hems.india1997
Flags: needinfo?(ntim.bugs)
Updated•7 years ago
|
Product: Firefox → DevTools
Assignee | ||
Comment 4•7 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #3)
> Steps:
> - Run `./mach eslint --no-ignore ` followed by one of the lines in [0]
When I ran the following command with one of the files, I am getting an error like this
> mach: error: unrecognized arguments for lint: '--no-ignore'
I am not able to proceed further. What should I do next?
Flags: needinfo?(ntim.bugs)
Assignee | ||
Comment 5•7 years ago
|
||
I ran eslint like `./mach lint -l eslint` instead of `./mach eslint` and it worked.
Thanks
Flags: needinfo?(ntim.bugs)
Comment hidden (mozreview-request) |
Reporter | ||
Updated•7 years ago
|
Attachment #8985769 -
Flags: review?(ntim.bugs) → review?(gtatum)
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8985769 [details]
Bug 1344286 - Fix eslint errors from devtools files ignored previously;
https://reviewboard.mozilla.org/r/251310/#review262504
All the changes look correct to me, I'm running a try run now to verify. Thanks for the patch!
Attachment #8985769 -
Flags: review?(gtatum) → review+
Reporter | ||
Comment 8•7 years ago
|
||
You might want to remove https://searchfox.org/mozilla-central/source/.eslintignore#104 before landing :)
Updated•7 years ago
|
Flags: needinfo?(gtatum)
Comment 9•7 years ago
|
||
Woops, can you do that :harry7? And then needinfo me and I'll re-run the the try server and try to land this.
Flags: needinfo?(gtatum)
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(hems.india1997)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Greg Tatum [:gregtatum] [@gregtatum] from comment #9)
> Woops, can you do that :harry7? And then needinfo me and I'll re-run the the
> try server and try to land this.
Thanks :gregtatum I added that change to the commit and pushed it for review. Should I continue doing these changes in different commits? so that the commit won't become too large?
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(hems.india1997) → needinfo?(gtatum)
Reporter | ||
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8985769 [details]
Bug 1344286 - Fix eslint errors from devtools files ignored previously;
https://reviewboard.mozilla.org/r/251310/#review262556
The new ESLint push looks green: https://treeherder.mozilla.org/#/jobs?repo=try&revision=320db4ee1c3181579e84be23b2067fc758308545
along with Greg's earlier push (https://treeherder.mozilla.org/#/jobs?repo=try&revision=d716c042b99de2b566df0ebf11695f36298f2396) where devtools tests were green.
Thanks for working on this!
Attachment #8985769 -
Flags: review?(ntim.bugs) → review+
Reporter | ||
Updated•7 years ago
|
Summary: Fix ESLint for devtools files ignored by bug 1342144 → Fix ESLint issues in devtools/client/memory/test/chrome/*.html
Comment 13•7 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/34ff21c524d4
Fix eslint errors from devtools files ignored previously; r=gregtatum,ntim
Comment 14•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•