Commit 8120fdb 1 parent f69219f commit 8120fdb Copy full SHA for 8120fdb
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
7
7
- ^/docs/instrumentation/\w+/(api|examples)/$
8
8
- ^/docs/instrumentation/net/(metrics-api|traces-api)/
9
9
10
+ - ^https://deploy-preview-\d+--opentelemetry.netlify.app/
11
+ - ^https://www\.googletagmanager\.com
12
+
10
13
- ^https?://localhost\b
11
14
- ^https?://127\.0\.0\.1\b
12
15
- ^https?://(otel-demo|traefik)\.localhost
16
+
13
17
- ^https?://(www\.)?github\b # TODO: process GitHub links too
14
18
- ^https?://(www\.)?linkedin\.com\b # Always yields 999 Request Denied
15
19
- ^https://mvnrepository\.com # Always yields 403 Forbidden
@@ -28,5 +32,3 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
28
32
- ^https://www\.jaegertracing\.io/docs/latest/opentelemetry
29
33
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry-specification/pull/3230
30
34
- ^https://wikipedia\.org/wiki/Double-precision_floating-point_format
31
- # Ignore links into Netlify deploy-preview servers (because the preview might not be deployed when we check)
32
- - ^https://deploy-preview-\d+--opentelemetry.netlify.app/
You can’t perform that action at this time.
0 commit comments