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.
2 parents 79ebcef + a378937 commit 5627e22Copy full SHA for 5627e22
.github/workflows/scripts/check-license-header.sh
@@ -72,6 +72,7 @@ while IFS= read -r file_path; do
72
Dockerfile) comment_marker='##' ;;
73
editorconfig) comment_marker='##' ;;
74
flake8) continue ;; # Configuration file doesn't need a license header
75
+ gitattributes) continue ;; # Configuration files don't need license headers
76
gitignore) continue ;; # Configuration files don't need license headers
77
gradle) comment_marker='//' ;;
78
groovy) comment_marker='//' ;;
0 commit comments