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

Class

tools/tslint-rules/memberNamingRule.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * }
11 */
12export class Rule extends Lint.Rules.AbstractRule {
13 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
14 return this.applyWithWalker(new Walker(sourceFile, this.getOptions()));
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected