Skip to content

Commit a0c7df9

Browse files
committed
Continue with link checking after excluding configured links
1 parent 57249f5 commit a0c7df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/linkcheck/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2025, Oracle and/or its affiliates.
2+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates.
33
* Licensed under the Universal Permissive License v 1.0 as shown at
44
* http://oss.oracle.com/licenses/upl.
55
*/
@@ -391,7 +391,7 @@ func parseLinks(content string, excludes []string) (map[string]map[string][]stri
391391
}
392392

393393
if skip {
394-
break
394+
continue
395395
}
396396

397397
if linkUrl, err = url.Parse(u); err != nil {

0 commit comments

Comments
 (0)