Skip to content

Commit e3e3fa7

Browse files
authored
fix: ignore 403 link's checking (#2172)
1 parent a6beb10 commit e3e3fa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lychee.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ retry_wait_time = 2
4949
# accept = "200..=204, 429"
5050
# accept = ["200", "429"]
5151
# accept = "200, 429"
52-
accept = ["200", "429"]
52+
accept = ["200", "429", '403']
5353

5454
# Proceed for server connections considered insecure (invalid TLS).
5555
insecure = false
@@ -105,7 +105,8 @@ exclude = [
105105
'^https://repo\.databend\.com/databend/',
106106
'https://www.hhs.gov',
107107
'https://docs.wasabi.com/docs/access-keys-1',
108-
'https://docs.wasabi.com/docs/creating-a-bucket'
108+
'https://docs.wasabi.com/docs/creating-a-bucket',
109+
'https://www.snowflake.com/'
109110
]
110111

111112
# URLs to check (supports regex). Has preference over all excludes.

0 commit comments

Comments
 (0)