Skip to content

Commit 03263ca

Browse files
committed
Revert "Add swift version files as exclusions to the license header checks"
This reverts commit 32269f3.
1 parent ddda1f2 commit 03263ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/scripts/check-license-header.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ else
4747
exclude_list=":(exclude).license_header_template"
4848
fi
4949

50-
exclude_list="${exclude_list}:(exclude).swift-version" # Swift version files will never have license headers in them
51-
5250
file_paths=$(echo "$exclude_list" | xargs git ls-files)
5351

5452
while IFS= read -r file_path; do

0 commit comments

Comments
 (0)