Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: changzhen <[email protected]>
  • Loading branch information
XiShanYongYe-Chang committed Dec 27, 2024
1 parent e8a6ab3 commit 237c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ missing_license_header_files="$($ADDLICENSE_BIN \
-ignore "**/*.json" \
-ignore ".idea/**" \
-ignore ".git/**"
.)" || true
.)"

if [[ "$missing_license_header_files" ]]; then
echo "Files with no license header detected:"
Expand Down

0 comments on commit 237c77f

Please sign in to comment.