We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a59db1 commit e714608Copy full SHA for e714608
.github/config/lychee.toml
@@ -17,5 +17,7 @@ remap = [
17
exclude = [
18
# Google Docs links are often rate-limited and not critical to validate in this repository,
19
# so we exclude them to avoid false positives and improve performance
20
- "https://docs.google.com/.*"
+ "https://docs.google.com/.*",
21
+ # Release Please generates compare links for future releases that 404 until the release is published
22
+ "https://github.com/.*/compare/.*"
23
]
0 commit comments