Skip to content

Commit e607f96

Browse files
committed
1 parent 4ea8e9d commit e607f96

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ jobs:
1414

1515
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
1616
with:
17-
# excluding links to pull requests and issues is done for performance
18-
# stackexchange link fails with 403 when accessed by lychee
1917
args: >
2018
--include-fragments
21-
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
22-
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
23-
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
24-
--max-retries 6
25-
--max-concurrency 4
2619
--github-token ${{ github.token }}
2720
.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ hs_err_pid*
5858
replay_pid*
5959
.attach_pid*
6060
.telemetry*
61+
.lycheecache
6162

6263
!java-agent/benchmark/releases/*.jar
6364

lychee.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
max_retries = 6
2+
max-concurrency = 4
3+
cache = true
4+
5+
# excluding links to pull requests and issues is done for performance
6+
# stackexchange link fails with 403 when accessed by lychee
7+
exclude = [
8+
'^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$',
9+
'^http://code.google.com/p/concurrentlinkedhashmap$',
10+
'^https://softwareengineering.stackexchange.com/questions/29727',
11+
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
12+
]
13+
14+

0 commit comments

Comments
 (0)