mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:07:33 +03:00
spacecheck: exclude RELEASE-NOTES from a check
This commit is contained in:
parent
df7718b5cf
commit
3402036e1a
1 changed files with 1 additions and 0 deletions
1
.github/scripts/spacecheck.pl
vendored
1
.github/scripts/spacecheck.pl
vendored
|
|
@ -40,6 +40,7 @@ my @need_crlf = (
|
|||
);
|
||||
|
||||
my @double_empty_lines = (
|
||||
"RELEASE-NOTES",
|
||||
"^lib/.+\\.(c|h)\$",
|
||||
"^packages/",
|
||||
"^tests/data/test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue