From 3402036e1a1e7e017d1acffd8758e70700b69c66 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 9 Jan 2026 09:45:30 +0100 Subject: [PATCH] spacecheck: exclude `RELEASE-NOTES` from a check --- .github/scripts/spacecheck.pl | 1 + 1 file changed, 1 insertion(+) 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",