MCPcopy Create free account
hub / github.com/angular/components /

Class

tools/tslint-rules/requireBreakingChangeVersionRule.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * or a breaking change, have a valid version.
17 */
18export 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}) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected