MCPcopy Create free account
hub / github.com/angular/components /

Class

tools/tslint-rules/noExposedTodoRule.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * comments.
13 */
14export class Rule extends Lint.Rules.AbstractRule {
15 apply(sourceFile: ts.SourceFile) {
16 return this.applyWithWalker(new NoExposedTodoWalker(sourceFile, this.getOptions()));
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected