mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
parent
0c14ed62c4
commit
970f0a8cec
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…
Reference in New Issue
Block a user