Skip to content

Commit f0085a1

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 0d266e2 commit f0085a1

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)