Skip to content

Commit cf57ff8

Browse files
author
John Tsichritzis
committed
Re-apply GIT_COMMIT_ID check for checkpatch
As it turns out, Gerrit's merge commits don't always respect that format so these mistakes have to be ignored as false positives. Change-Id: I4e38d9c34c95588e7916fba4c154f017d8c92dec Signed-off-by: John Tsichritzis <[email protected]>
1 parent 21bde92 commit cf57ff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.checkpatch.conf

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
# Commit messages might contain a Gerrit Change-Id.
4444
--ignore GERRIT_CHANGE_ID
4545

46+
# Do not check the format of commit messages, as Gerrit's merge commits do not
47+
# preserve it.
48+
--ignore GIT_COMMIT_ID
49+
4650
# FILE_PATH_CHANGES reports this kind of message:
4751
# "added, moved or deleted file(s), does MAINTAINERS need updating?"
4852
# We do not use this MAINTAINERS file process in TF.

0 commit comments

Comments
 (0)