We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda1f2 commit 03263caCopy full SHA for 03263ca
.github/workflows/scripts/check-license-header.sh
@@ -47,8 +47,6 @@ else
47
exclude_list=":(exclude).license_header_template"
48
fi
49
50
-exclude_list="${exclude_list}:(exclude).swift-version" # Swift version files will never have license headers in them
51
-
52
file_paths=$(echo "$exclude_list" | xargs git ls-files)
53
54
while IFS= read -r file_path; do
0 commit comments