Skip to content

Commit 5aeb9a4

Browse files
josephperrottmatsko
authored andcommitted
build: Update file-header lint rule to Google LLC (angular#37205)
Update the file-header lint rule to properly reference Google LLC rather than Google Inc, for the required headers. PR Close angular#37205
1 parent ecce994 commit 5aeb9a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tslint.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"rules": {
99
"file-header": [
1010
true,
11-
"Copyright Google Inc\\."
11+
{
12+
"match": "Copyright Google LLC",
13+
"allow-single-line-comments": false
14+
}
1215
],
1316
"no-console": [
1417
true,
@@ -51,7 +54,10 @@
5154
"jsRules": {
5255
"file-header": [
5356
true,
54-
"Copyright Google Inc\\."
57+
{
58+
"match": "Copyright Google LLC",
59+
"allow-single-line-comments": false
60+
}
5561
],
5662
"no-console": [
5763
true,

0 commit comments

Comments
 (0)