Skip to content

Commit 1a884d3

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 1a884d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_checkpatch.conf

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

0 commit comments

Comments
 (0)