Skip to content

Commit

Permalink
build: update tslint to check for proper and correct file header
Browse files Browse the repository at this point in the history
Update the file header expectation in linting to be Google LLC rather
than Google Inc.
  • Loading branch information
josephperrott authored and alan-agius4 committed Apr 27, 2021
1 parent 8abb3e4 commit b0dece2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tslint.json
Expand Up @@ -134,7 +134,10 @@
"curly": true,
"file-header": [
true,
"Copyright Google Inc\\. All Rights Reserved\\."
{
"match": "Copyright Google LLC",
"allow-single-line-comments": false
}
],
"variable-name": [
true,
Expand Down

0 comments on commit b0dece2

Please sign in to comment.