Closed
Bug 1632922
Opened 5 years ago
Closed 5 years ago
Enforce const instead of let in all of `mobile`
Categories
(GeckoView :: General, task)
Tracking
(firefox77 fixed)
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
Details
Attachments
(3 files)
We already do it in some subfolders and in code reviews anyway.
| Assignee | ||
Comment 1•5 years ago
|
||
This commit was generated by running ./mach eslint --fix.
| Assignee | ||
Comment 2•5 years ago
|
||
This commit was generated manually fixing all remaining eslint failures.
Updated•5 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•5 years ago
|
||
This folder is entirely made up of chrome tests that we don't run anymore.
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed960d00d10a
Remove unused mobile/android/tests. r=snorp
https://hg.mozilla.org/integration/autoland/rev/aa36abc195dc
use const instead of let - eslint --fix r=snorp
https://hg.mozilla.org/integration/autoland/rev/a6dd776edaec
use const instead of let - manual fixes. r=snorp
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ed960d00d10a
https://hg.mozilla.org/mozilla-central/rev/aa36abc195dc
https://hg.mozilla.org/mozilla-central/rev/a6dd776edaec
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•