From 758d02fb3074f1ec3d439632fec34e6d48629f4d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 4 May 2024 07:56:36 -0600 Subject: checkstyle9: Relax sob line requirement --- tools/build/checkstyle9.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build/checkstyle9.pl b/tools/build/checkstyle9.pl index 99fd354fbacf..24e33712ceda 100755 --- a/tools/build/checkstyle9.pl +++ b/tools/build/checkstyle9.pl @@ -2655,7 +2655,7 @@ sub process { } if ($has_sob == 0) { - ERROR("Missing Signed-off-by: line"); + WARN("Missing Signed-off-by: line"); } # If we have no input at all, then there is nothing to report on -- cgit v1.2.3