mirror of https://github.com/google/oss-fuzz.git
Add header linter config (#9826)
This commit is contained in:
parent
59425b7c66
commit
0d84900126
|
@ -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'
|
Loading…
Reference in New Issue