Rizwan Qureshi has posted comments on this change. ( https://review.coreboot.org/27170 )
Change subject: util/lint/checkpatch_json: Fix checkpatch output keywork match string ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/27170/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/27170/2//COMMIT_MSG@7 PS2, Line 7: keywork keyword
https://review.coreboot.org/#/c/27170/2//COMMIT_MSG@9 PS2, Line 9: keyword 'ERROR:' , 'WARNING:' & 'FILE:' so, checkpatch will fail if finds a problem with lines containing "ERROR:" WARNING: FILE:. These strings are very generic and can be used in source code, can you modify the checkpatch keywords itself. e.g., CHECKPATCH_ERR, CHECKPATCH_WARN etc.