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

Class

tools/tslint-rules/requireLicenseBannerRule.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * file does not have the license banner at the top of the file.
25 */
26export class Rule extends Lint.Rules.AbstractRule {
27 apply(sourceFile: ts.SourceFile) {
28 return this.applyWithWalker(new RequireLicenseBannerWalker(sourceFile, this.getOptions()));
29 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected