spacecheck: exclude RELEASE-NOTES from a check

This commit is contained in:
Viktor Szakats 2026-01-09 09:45:30 +01:00
parent df7718b5cf
commit 3402036e1a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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