Skip to content

Commit b1b490b

Browse files
6by9pelwell
authored andcommitted
workflows: Ignore checkpatch UNKNOWN_COMMIT_ID
As we do a shallow clone of the repo, Fixes: tags generally don't have the matching commit available to lookup, and checkpatch logs it. Ignore this error. Signed-off-by: Dave Stevenson <[email protected]>
1 parent cd18dc3 commit b1b490b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_checkpatch.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
--ignore FILE_PATH_CHANGES
33
--ignore GIT_COMMIT_ID
44
--ignore SPDX_LICENSE_TAG
5+
--ignore UNKNOWN_COMMIT_ID

0 commit comments

Comments
 (0)