Skip to content

Commit b0dece2

Browse files
josephperrottalan-agius4
authored andcommitted
build: update tslint to check for proper and correct file header
Update the file header expectation in linting to be Google LLC rather than Google Inc.
1 parent 8abb3e4 commit b0dece2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tslint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@
134134
"curly": true,
135135
"file-header": [
136136
true,
137-
"Copyright Google Inc\\. All Rights Reserved\\."
137+
{
138+
"match": "Copyright Google LLC",
139+
"allow-single-line-comments": false
140+
}
138141
],
139142
"variable-name": [
140143
true,

0 commit comments

Comments
 (0)