We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f946b63 + 5650c97 commit c54f341Copy full SHA for c54f341
.linkcheckerrc
@@ -1,14 +1,12 @@
1
-[checking]
2
-# Throttle requests per host to avoid GitHub (and other) rate limits (429)
3
-# default is 10
4
-maxrequestspersecond=1
5
-
6
[filtering]
7
checkextern=1
8
ignore=
9
# https://regex101.com/r/Pl0jCn/1
10
\/\*\!sc\*\/
11
ignorewarnings=http-redirected
+# Ignore rate limiting (429) only for this GitHub URL; other URLs still fail on 429
+ignorewarningsforurls=
+ ^https://github\.com/grafana/synthetic-monitoring-api-go-client/blob/main/docs/API\.md#apiv1registerinstall$ ^http-rate-limited
12
13
[MarkdownCheck]
14
filename_re=.*\.md
0 commit comments