This is an automated email from Gerrit. Antonio Borneo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5117
-- gerrit commit 25d7544b00569da3f8a8c5457d8d697bdd0033a3 Author: Antonio Borneo <[email protected]> Date: Wed Apr 10 14:50:45 2019 +0200 [RFC] checkpatch: add initial .checkpatch.conf This initial setup covers the old commits: 09571d62bc1e ("checkpatch: disable extern and switch indent checks") 2f6f7c442d24 ("checkpatch: remove typedef check") 9ad57e96b3c1 ("checkpatch: remove volatile check") 3da783f62854 ("checkpatch: increase line length to 120") 2af5b97ba31f ("checkpatch: remove __packed and __aligned checks") It also skip the check for SPDX_LICENSE_TAG, not implemented in OpenOCD yet. Change-Id: I6c3bdf27465dc563464fbc8fafbaec696e287624 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..c783c29 --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,10 @@ +--max-line-length=120 + +--ignore AVOID_EXTERNS +--ignore CONST_STRUCT +--ignore NEW_TYPEDEFS +--ignore PREFER_ALIGNED +--ignore PREFER_PACKED +--ignore SPDX_LICENSE_TAG +--ignore SWITCH_CASE_INDENT_LEVEL +--ignore VOLATILE -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
