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

Class

tools/tslint-rules/symbolNamingRule.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4/** Lint rule that checks the names of classes and interfaces against a pattern. */
5export class Rule extends Lint.Rules.AbstractRule {
6 /** Pattern that we should validate against. */
7 private _pattern: RegExp;
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected