Skip to content

Commit d95ffbd

Browse files
authored
fixes breakage to tslint rules
An internal change in 6fe457f that caused the license header to be shortened had the side effect of clobbering our tslint:disable rules.
1 parent c80d670 commit d95ffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ genrule(
1313
outs = ["definitelytyped.d.ts"],
1414
cmd = "version=`cut -d '.' -f 1,2 <$(location :VERSION)`;" +
1515
"tail -n +17 $(location :header.d.ts) | sed \"s/VERSION/$$version/g\" > $@; " +
16-
"tail -n +17 $(location :index.d.ts) >> $@; ",
16+
"tail -n +6 $(location :index.d.ts) >> $@; ",
1717
)

0 commit comments

Comments
 (0)