Closed
Bug 1292008
Opened 9 years ago
Closed 9 years ago
Enable the no-empty rule for eslint
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
Details
Attachments
(1 file)
This rule disallows empty block statements, but I added an exception for empty catch clauses which are used throughout our codebase to silently ignore exceptions.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/69172/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/69172/
Attachment #8777659 -
Flags: review?(markh)
Updated•9 years ago
|
Attachment #8777659 -
Flags: review?(markh) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8777659 [details]
Bug 1292008 - Enable the no-empty rule for eslint.
https://reviewboard.mozilla.org/r/69172/#review66266
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6732d24079ca
Enable the no-empty rule for eslint. r=markh
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•