Skip to content

Commit a7860b2

Browse files
committed
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 dc3cfb9 commit a7860b2

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)