Date: Sat, 4 May 2024 13:56:57 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 758d02fb3074 - main - checkstyle9: Relax sob line requirement Message-ID: <202405041356.444Duvfp010035@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=758d02fb3074f1ec3d439632fec34e6d48629f4d commit 758d02fb3074f1ec3d439632fec34e6d48629f4d Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-05-04 13:56:36 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-04 13:56:36 +0000 checkstyle9: Relax sob line requirement --- tools/build/checkstyle9.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041356.444Duvfp010035>