Add header linter config (#9826)

This commit is contained in:
jonathanmetzman 2023-02-28 17:58:44 -05:00 committed by GitHub
parent 59425b7c66
commit 0d84900126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
.github/header-checker-lint.yml vendored Normal file
View File

@ -0,0 +1,23 @@
allowedCopyrightHolders:
- 'Google LLC'
allowedLicenses:
- 'Apache-2.0'
sourceFileExtensions:
- 'ts'
- 'js'
- 'java'
- 'Dockerfile'
- 'js'
- 'java'
- 'c'
- 'h'
- 'cc'
- 'cpp'
- 'css'
- 'html'
- 'htm'
- 'go'
- 'sh'
- 'bash'
- 'rs'
- 'proto'