Skip to content

Commit da5bb07

Browse files
authored
fix: exclude star-history API link from lychee broken link checker
1 parent 9d24834 commit da5bb07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ exclude_path = ["./tests"]
22

33
exclude = [
44
"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
5+
"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)
67
]

0 commit comments

Comments
 (0)