mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
ci: ignore 503s on wiki.ubuntu.com (#16453)
``` message:"Cannot reach https://wiki.ubuntu.com/UncomplicatedFirewall. Status: 503" location:{path:"docs/tutorials/reverse-proxy-caddy.md" range:{start:{line:171 column:20} end:{line:171 column:72}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"} reviewdog: found at least one issue with severity greater than or equal to the given level: any Error: [Linkspector] reported by reviewdog 🐶 Cannot reach https://wiki.ubuntu.com/UncomplicatedFirewall. Status: 503 ```
This commit is contained in:
@@ -20,5 +20,6 @@ ignorePatterns:
|
||||
- pattern: "www.emacswiki.org"
|
||||
- pattern: "linux.die.net/man"
|
||||
- pattern: "www.gnu.org"
|
||||
- pattern: "wiki.ubuntu.com"
|
||||
aliveStatusCodes:
|
||||
- 200
|
||||
|
||||
Reference in New Issue
Block a user