checkstyle9: Relax sob line requirement

This commit is contained in:
Warner Losh 2024-05-04 07:56:36 -06:00
parent 2f9966ff63
commit 758d02fb30

View file

@ -2655,7 +2655,7 @@ sub process {
} }
if ($has_sob == 0) { 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 # If we have no input at all, then there is nothing to report on