| 3 | |
| 4 | /** Lint rule that checks the names of classes and interfaces against a pattern. */ |
| 5 | export class Rule extends Lint.Rules.AbstractRule { |
| 6 | /** Pattern that we should validate against. */ |
| 7 | private _pattern: RegExp; |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected