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