Skip to content

Commit

Permalink
fix verify license lint error
Browse files Browse the repository at this point in the history
Signed-off-by: changzhen <[email protected]>
  • Loading branch information
XiShanYongYe-Chang committed Dec 26, 2024
1 parent e8a6ab3 commit bf014e4
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 @@ -40,7 +40,7 @@ missing_license_header_files="$($ADDLICENSE_BIN \
-ignore "**/*.yml" \
-ignore "**/*.json" \
-ignore ".idea/**" \
-ignore ".git/**"
-ignore ".git/**" \
.)" || true

if [[ "$missing_license_header_files" ]]; then
Expand Down

0 comments on commit bf014e4

Please sign in to comment.