google / closure-linter

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

Invalid suppression type: reportUnknownTypes #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using @suppress {reportUnknownTypes} gives:

Invalid suppression type: reportUnknownTypes

This is because it is missing from SUPPRESS_TYPES in statetracker.py. Should be 
easy to fix by just adding it there.

Original issue reported on code.google.com by mgiuca@chromium.org on 22 Jan 2015 at 11:44

GoogleCodeExporter commented 9 years ago
Attaching a patch for the issue (against SVN r70).

Tested against a file that uses "@suppress {reportUnknownTypes}".

Original comment by mgiuca@chromium.org on 23 Jan 2015 at 12:26

Attachments: