| Class | Description |
|---|---|
| CheckEnums |
Check for duplicate values in enums.
|
| CheckInterfaces |
Checks for errors related to interfaces.
|
| CheckJSDoc |
Checks for various JSDoc-related issues, such as function definitions without JsDoc, params
with no corresponding
@param annotation, etc. |
| CheckNullableReturn |
Checks when a function is annotated as returning {SomeType} (nullable)
but actually always returns {!SomeType}, i.e.
|
| CheckPrototypeProperties |
Checks when a mutable property is assigned to a prototype.
|
Copyright © 2009-2015 Google. All Rights Reserved.