]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
spacecheck: exclude `RELEASE-NOTES` from a check
authorViktor Szakats <commit@vsz.me>
Fri, 9 Jan 2026 08:45:30 +0000 (09:45 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 9 Jan 2026 08:45:30 +0000 (09:45 +0100)
.github/scripts/spacecheck.pl

index f06766570c754a32c1ff0c0543d891e4dc5f427c..28d4030ed78b71ff9ed326c75ece857aa6925715 100755 (executable)
@@ -40,6 +40,7 @@ my @need_crlf = (
 );
 
 my @double_empty_lines = (
+    "RELEASE-NOTES",
     "^lib/.+\\.(c|h)\$",
     "^packages/",
     "^tests/data/test",