Skip to content

Commit f9068b8

Browse files
committed
Ignore 429 errors in mlc linter
1 parent 3afb9a5 commit f9068b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/linters/mlc_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"aliveStatusCodes": [0, 200, 202, 206, 403, 501, 999],
2+
"aliveStatusCodes": [0, 200, 202, 206, 403, 429, 501, 999],
33
"replacementPatterns": [
44
{
55
"pattern": "\" %}",

0 commit comments

Comments
 (0)