File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ exclude = [
1818 ' ^http://minio(:\d+)?' ,
1919 ' ^https://github\.com/apache/dolphinscheduler/blob/[^/]+/script/env/dolphinscheduler_env\.sh' ,
2020 ' ^http://who-t\.blogspot\.com/2009/12/on-commit-messages\.html' ,
21+ ' ^https://openmldb\.ai' ,
22+ ' ^https://archive\.apache\.org/dist' ,
2123]
2224
2325# Exclude paths from getting checked. The values are treated as regular expressions
@@ -41,7 +43,7 @@ max_retries = 3
4143retry_wait_time = 10
4244
4345# Website timeout from connect to response finished.
44- timeout = 30
46+ timeout = 60
4547
4648# When links are available using HTTPS, treat HTTP links as errors.
4749require_https = false
@@ -55,3 +57,6 @@ include_verbatim = false
5557
5658# Enable the checking of fragments in links.
5759include_fragments = false
60+
61+ # User agent to send with each request.
62+ user_agent = " Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
You can’t perform that action at this time.
0 commit comments