| 25 | * ``` |
| 26 | */ |
| 27 | export class Rule extends Lint.Rules.AbstractRule { |
| 28 | apply(sourceFile: ts.SourceFile) { |
| 29 | return this.applyWithWalker(new Walker(sourceFile, this.getOptions())); |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected