From 068bb1165da7fcde697baec81055befaee6682dd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 23 May 2026 16:28:38 -0400 Subject: Demote CRLF in diff/patch to a note. Possibly it should go away entirely. --- sbolint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbolint') diff --git a/sbolint b/sbolint index 8166f39..70e4f86 100755 --- a/sbolint +++ b/sbolint @@ -819,7 +819,7 @@ sub check_and_read { } if($file =~ /\.(diff|patch)$/i) { - log_error("$file has DOS-style CRLF line endings, git will mess it up unless you gzip it!") if $crlf_err; + log_note("$file has DOS-style CRLF line endings, git may mess it up unless you gzip it") if $crlf_err; # 20260523 bkw: do not complain if patches lack EOF at end! } else { log_error("$file has DOS-style CRLF line endings") if $crlf_err; -- cgit v1.2.3