| Class | Description |
|---|---|
| CheckEmptyStatements |
Check for empty statements (i.e.
|
| CheckEnums |
Check for duplicate values in enums.
|
| CheckForInOverArray |
Checks when the pattern for (x in arr) { ...
|
| CheckInterfaces |
Checks for errors related to interfaces.
|
| CheckJSDocStyle |
Checks for various JSDoc-related style issues, such as function definitions without JsDoc, params
with no corresponding
@param annotation, coding conventions not being respected, 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.
|
| CheckRequiresAndProvidesSorted |
Checks that goog.require() and goog.provide() calls are sorted alphabetically.
|
Copyright © 2009-2015 Google. All Rights Reserved.