Skip to content

Commit 3ff6a0a

Browse files
committed
build: enable license header linting for benchmark tests
Enables license header linting for the benchmark tests folder. This seems needed because in order to sync these files into g3, the license header must be correct/added. Related to #19596.
1 parent df981ee commit 3ff6a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
}, "src/!(e2e-app|components-examples|universal-app|dev-app)/**/!(*.spec).ts"],
170170
"require-license-banner": [
171171
true,
172-
"src/!(e2e-app|components-examples|universal-app)/**/!(*.spec).ts"
172+
"src/!(e2e-app|components-examples|universal-app)/**/!(*.spec).ts",
173+
"test/benchmarks/**/*.ts"
173174
],
174175
"no-cross-entry-point-relative-imports": [
175176
true,

0 commit comments

Comments
 (0)