From 5e9c433a24882eed2532a735eb5502623a6d820c Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 1 Jul 2018 00:05:11 -0400 Subject: [PATCH] checkpatch: Don't expect Signed-off-by lines in commit messages --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index e9a2c35f..1ffa80de 100644 --- 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 # ---------------------