We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acb562 commit a5ede5aCopy full SHA for a5ede5a
1 file changed
.github/config/lychee.toml
@@ -6,10 +6,12 @@ max_concurrency = 4
6
# Check link anchors
7
include_fragments = true
8
9
+remap = [
10
+ # workaround for https://github.com/lycheeverse/lychee/issues/1729
11
+ "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4"
12
+]
13
14
exclude = [
- # Disabled until https://github.com/lycheeverse/lychee/issues/1729 is fixed
- "^https://github.com/.*#.*$",
15
# excluding links to pull requests and issues is done for performance
16
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
17
]
0 commit comments