Skip to content

Commit 4b9e111

Browse files
authored
Skip link checking for acm.org which blocks the link checker (#7444)
See #7441 ``` ### Errors in sdk/metric/exemplar/fixed_size_reservoir.go * [403] <https://dl.acm.org/doi/10.1145/198429.198435> | Rejected status code (this depends on your "accept" configuration): Forbidden ```
1 parent 48cbdac commit 4b9e111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.lycheeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ https?:\/\/github\.com\/open-telemetry\/semantic-conventions\/archive\/refs\/tag
88
file:///home/runner/work/opentelemetry-go/opentelemetry-go/libraries
99
file:///home/runner/work/opentelemetry-go/opentelemetry-go/manual
1010
http://4.3.2.1:78/user/123
11+
# URL works, but it has blocked link checkers.
12+
https://dl.acm.org/doi/10.1145/198429.198435

0 commit comments

Comments
 (0)