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 df1df2a commit 32269f3Copy full SHA for 32269f3
.github/workflows/scripts/check-license-header.sh
@@ -47,6 +47,8 @@ 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