Closed
Bug 1440711
Opened 7 years ago
Closed 7 years ago
Enable no-unused-vars for global scope on jsm files in accessible/
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
In bug 1434446 we're moving towards turning on no-unused-vars in the global scope of jsm files.
We've had local scopes turned on for a while, but now it is time to expand as this can help catch more issues/unused code.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8953512 [details]
Bug 1440711 - Enable no-unused-vars for global scope on jsm files in accessible/.
https://reviewboard.mozilla.org/r/222748/#review228690
looks good
Attachment #8953512 -
Flags: review?(surkov.alexander) → review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc2195c2b239
Enable no-unused-vars for global scope on jsm files in accessible/. r=surkov
![]() |
||
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•