Closed
Bug 1762683
Opened 3 years ago
Closed 3 years ago
Enable ESLint rule no-unused-vars globally on intl/uconv/tests/unit/test_bug317216.js
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: karnikk1406120, Assigned: karnikk1406120, Mentored)
References
Details
Attachments
(1 file)
In this line
Can we remove ios
. Though it has been initialised and assigned but is not being currently used hence linter giving warning. Can we just remove the line since it doesnt seem to be necessary for now yet.
Assignee | ||
Comment 1•3 years ago
|
||
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:10.0) Gecko/20100101
Steps to reproduce:
In ESLint config file, remove this line
Then run ./mach eslint intl/uconv/tests/unit/test_bug317216.js
Actual results:
0 problems (0 errors, 1 warning, 0 fixed)
Expected results:
0 problems (0 errors, 0 warning, 0 fixed)
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → karnikk1406120
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•3 years ago
|
Severity: N/A → S4
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d84fb1ca002d
Fix ESLint rule warnings for no-unused-vars in intl/uconv/tests/unit/test_bug317216.js. r=Standard8
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•