aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-05-04 13:56:36 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-04 13:56:36 +0000
commit758d02fb3074f1ec3d439632fec34e6d48629f4d (patch)
treeb4fc83fe7654ce6f5746d9d955ea42cdfe852b52 /tools
parent2f9966ff63d65bd474478888c9088eeae3f9c669 (diff)
downloadsrc-758d02fb3074f1ec3d439632fec34e6d48629f4d.tar.gz
src-758d02fb3074f1ec3d439632fec34e6d48629f4d.zip
checkstyle9: Relax sob line requirement
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/checkstyle9.pl2
1 files changed, 1 insertions, 1 deletions
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