Closed
Bug 1763000
Opened 3 years ago
Closed 3 years ago
Enable ESLint rule no-unused-vars for chrome/test/unit/test_no_remote_registration.js, removing global directive
Categories
(Toolkit :: Startup and Profile System, defect, P3)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: karnikk1406120, Assigned: karnikk1406120)
References
Details
Attachments
(1 file)
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 chrome/test/unit/test_no_remote_registration.js
Actual results:
0 problems (0 errors, 1 warning, 0 fixed)
Expected results:
0 problems (0 errors, 0 warning, 0 fixed)
Output results for:
./mach eslint chrome/test/unit/test_no_remote_registration.js
Ran 9 checks (8 subtests, 1 tests)
Expected results: 9
Unexpected results: 0
OK
Removing the global directive as the current definition does not import it globally.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → karnikk1406120
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3ddcb8ed2d1
Fix ESLint rule warnings for no-unused-vars in caps/tests/unit/test_no_remote_registration.js. r=Standard8
Comment 3•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
•