From: Viktor Szakats Date: Fri, 9 Jan 2026 08:45:30 +0000 (+0100) Subject: spacecheck: exclude `RELEASE-NOTES` from a check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3402036e1a1e7e017d1acffd8758e70700b69c66;p=thirdparty%2Fcurl.git spacecheck: exclude `RELEASE-NOTES` from a check --- diff --git a/.github/scripts/spacecheck.pl b/.github/scripts/spacecheck.pl index f06766570c..28d4030ed7 100755 --- a/.github/scripts/spacecheck.pl +++ b/.github/scripts/spacecheck.pl @@ -40,6 +40,7 @@ my @need_crlf = ( ); my @double_empty_lines = ( + "RELEASE-NOTES", "^lib/.+\\.(c|h)\$", "^packages/", "^tests/data/test",