We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e3840 commit 9bde959Copy full SHA for 9bde959
.github/config/lychee.toml
@@ -7,6 +7,8 @@ max_concurrency = 4
7
include_fragments = true
8
9
exclude = [
10
+ # until https://github.com/open-telemetry/opentelemetry-java-contrib/issues/2221 is resolved
11
+ "^https?://www.ibm.com",
12
# excluding links to pull requests and issues is done for performance
13
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
14
]
0 commit comments