From 74dbbcce983d1037d97b92a39b5d0a4788cb3d19 Mon Sep 17 00:00:00 2001 From: manunio Date: Thu, 2 Mar 2023 03:14:39 +0530 Subject: [PATCH] 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 --- .github/header-checker-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml index 2b6a61942..386a20811 100644 --- a/.github/header-checker-lint.yml +++ b/.github/header-checker-lint.yml @@ -7,7 +7,6 @@ sourceFileExtensions: - 'js' - 'java' - 'Dockerfile' - - 'js' - 'java' - 'c' - 'h' @@ -21,3 +20,4 @@ sourceFileExtensions: - 'bash' - 'rs' - 'proto' + - 'swift'