Files
oss-fuzz/.github/header-checker-lint.yml
manunio 74dbbcce98 Update header lint source extension (#9840)
This pr
- Removes duplicate extension from sourceFileExtensions
- Adds `swift` extension as its a oss-fuzz supported language and there
exists a project with .swift extension files.
https://github.com/google/oss-fuzz/tree/master/projects/swift-nio
2023-03-01 16:44:39 -05:00

24 lines
283 B
YAML

allowedCopyrightHolders:
- 'Google LLC'
allowedLicenses:
- 'Apache-2.0'
sourceFileExtensions:
- 'ts'
- 'js'
- 'java'
- 'Dockerfile'
- 'java'
- 'c'
- 'h'
- 'cc'
- 'cpp'
- 'css'
- 'html'
- 'htm'
- 'go'
- 'sh'
- 'bash'
- 'rs'
- 'proto'
- 'swift'