Skip to content

Commit 47ec892

Browse files
authored
[infra] Report localhost:1313 links (open-telemetry#6137)
1 parent 0642571 commit 47ec892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.htmltest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
3636
- ^https://www\.googletagmanager\.com
3737
- ^(https:)?//translate.google.com
3838

39-
- ^https?://localhost\b
39+
# Don't ignore `:1313` since it is often a docs link copy-paste error, e.g.:
40+
# https://github.com/open-telemetry/opentelemetry.io/pull/6123
41+
- ^https?://localhost(:([^1]|16*)|(/.*)?$)
4042
- ^https?://127\.0\.0\.1\b
4143
- ^https?://(otel-demo|traefik)\.localhost
4244

0 commit comments

Comments
 (0)