Skip to content

Commit 5627e22

Browse files
authored
Merge pull request #105 from ahoppen/gitattributes
Do not require a license header on `.gitattribute` files
2 parents 79ebcef + a378937 commit 5627e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ while IFS= read -r file_path; do
7272
Dockerfile) comment_marker='##' ;;
7373
editorconfig) comment_marker='##' ;;
7474
flake8) continue ;; # Configuration file doesn't need a license header
75+
gitattributes) continue ;; # Configuration files don't need license headers
7576
gitignore) continue ;; # Configuration files don't need license headers
7677
gradle) comment_marker='//' ;;
7778
groovy) comment_marker='//' ;;

0 commit comments

Comments
 (0)