mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:21:44 +03:00
parent
0c14ed62c4
commit
970f0a8cec
1 changed files with 2 additions and 0 deletions
2
.github/scripts/cleancmd.pl
vendored
2
.github/scripts/cleancmd.pl
vendored
|
|
@ -102,6 +102,8 @@ sub process {
|
|||
# strip out https URLs, we do not want them spellchecked
|
||||
$l =~ s!https://[a-z0-9\#_/.-]+!!gi;
|
||||
|
||||
# strip links, both name and target
|
||||
$l =~ s/(\[.*?\])\(.*?\)//g;
|
||||
$out .= $l;
|
||||
}
|
||||
close(F);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue