Skip to content

Commit feec9c6

Browse files
authored
Add 502 to accepted status codes in .lychee.toml (#1236)
1 parent 98efa30 commit feec9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ retry_wait_time = 4
1212

1313
# Comma-separated list of accepted status codes for valid links.
1414
# accept = ["200", "206", "403", "429"]
15-
accept = ["200", "429"]
15+
accept = ["200", "429", "502"]
1616

1717
verbose = "error"
1818

0 commit comments

Comments
 (0)