| 15 | * changes in the Angular Package release output. |
| 16 | */ |
| 17 | export class Rule extends Lint.Rules.AbstractRule { |
| 18 | apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] { |
| 19 | return this.applyWithFunction(sourceFile, checkSourceFile, this.getOptions().ruleArguments[0]); |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected