Skip to content

Commit 4eea5c4

Browse files
authored
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 ```
1 parent b13cac9 commit 4eea5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/.linkspector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ ignorePatterns:
2020
- pattern: "www.emacswiki.org"
2121
- pattern: "linux.die.net/man"
2222
- pattern: "www.gnu.org"
23+
- pattern: "wiki.ubuntu.com"
2324
aliveStatusCodes:
2425
- 200

0 commit comments

Comments
 (0)