Announcement / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
0 stars 0 forks source link

Support compound @suppress types #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The closure-linter does not allow for compound @suppress types. For example:

@suppress {accessControls|visibility}

However, these compound types are supported in closure-compiler.

This change checks each @suppress sub-type (by splitting on '|') against 
SUPPRESS_TYPES.

http://codereview.appspot.com/4645042

Original issue reported on code.google.com by ahochhau...@gtempaccount.com on 16 Jun 2011 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by a...@google.com on 16 Aug 2011 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by a...@google.com on 18 Aug 2011 at 12:48