| 16 | * or a breaking change, have a valid version. |
| 17 | */ |
| 18 | export class Rule extends Lint.Rules.AbstractRule { |
| 19 | apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] { |
| 20 | return this.applyWithFunction(sourceFile, (ctx: Lint.WalkContext<any>) => { |
| 21 | utils.forEachComment(ctx.sourceFile, (file, {pos, end}) => { |
nothing calls this directly
no outgoing calls
no test coverage detected