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
This commit is contained in:
manunio 2023-03-02 03:14:39 +05:30 committed by GitHub
parent 4639506b4f
commit 74dbbcce98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ sourceFileExtensions:
- 'js'
- 'java'
- 'Dockerfile'
- 'js'
- 'java'
- 'c'
- 'h'
@ -21,3 +20,4 @@ sourceFileExtensions:
- 'bash'
- 'rs'
- 'proto'
- 'swift'