HACKING: add chapter on checkpatch
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 4 May 2019 15:01:23 +0000 (17:01 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Sep 2022 08:21:40 +0000 (08:21 +0000)
commit5be78fafa9b7c9354956fa72c69dbb82338f6e4a
treef1740c71a835c1d1faae8c4c6c784764a05968ca
parentc8c9121e36856ebcade0a513cbaf1723070419f6
HACKING: add chapter on checkpatch

Include hints on how to skip some of the tests in some really
exceptional case.

Note: the file includes an example of commit message with a signed
off tag that triggers a checkpatch error.
Let checkpatch to ignore BAD_SIGN_OFF error.

Checkpatch-ignore: BAD_SIGN_OFF
Change-Id: I05bf0ab8008649f3f9b38452e056dc3df83a1a4f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/5609
Tested-by: jenkins
HACKING