shithub: rgbds

Download patch

ref: 5e9c433a24882eed2532a735eb5502623a6d820c
parent: 587159448aa226ecc7039f4a91fe652b38c42281
author: yenatch <yenatch@gmail.com>
date: Sat Jun 30 20:05:11 EDT 2018

checkpatch: Don't expect Signed-off-by lines in commit messages

--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -19,6 +19,9 @@
 # Don't expect SPDX tag in the first line of a file
 --ignore SPDX_LICENSE_TAG
 
+# Don't expect Signed-off-by lines in commit messages
+--no-signoff
+
 # List of ignored rules
 # ---------------------