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 9d24834 commit da5bb07Copy full SHA for da5bb07
1 file changed
lychee.toml
@@ -2,5 +2,6 @@ exclude_path = ["./tests"]
2
3
exclude = [
4
"https://conventionalcommits.org/", # Sometimes it's benign network error
5
- "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden
+ "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69", # Membership only article, sometimes it's 403 forbidden
6
+ "https://api.star-history.com/" # Service is currently down (500 errors)
7
]
0 commit comments