git: 758d02fb3074 - main - checkstyle9: Relax sob line requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 13:56:57 UTC
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