From: Tedd Ho-Jeong An Date: Mon, 22 Jun 2020 17:18:17 +0000 (-0700) Subject: checkpatch: Add configuration for checkpatch X-Git-Tag: submit/tizen/20210606.232858~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be6d74bad784157ba71d24332bc5f042dc60ed5f;p=platform%2Fupstream%2Fbluez.git checkpatch: Add configuration for checkpatch This patch adds a configuration with basic rules for checkpatch. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 00000000..41973383 --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,14 @@ +--no-tree +--no-signoff +--summary-file +--show-types +--max-line-length=80 + +--ignore COMPLEX_MACRO +--ignore SPLIT_STRING +--ignore CONST_STRUCT +--ignore FILE_PATH_CHANGES +--ignore MISSING_SIGN_OFF +--ignore PREFER_PACKED +--ignore COMMIT_MESSAGE +--ignore SSCANF_TO_KSTRTO