We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60073 commit fcfb2dbCopy full SHA for fcfb2db
script/html-proofer
@@ -4,11 +4,7 @@ require "bundler/setup"
4
require "html-proofer"
5
6
url_ignores = [
7
- %r{^https://github.com/github/opensource.guide},
8
- "https://karissa.github.io/post/okf-de",
9
- "https://this-week-in-rust.org/",
10
- "https://www.vagrantup.com/",
11
- "https://www.quora.com/",
+ "https://okdistribute.xyz/post/okf-de",
12
]
13
14
HTMLProofer::Runner.new(
@@ -21,5 +17,5 @@ HTMLProofer::Runner.new(
21
17
check_img_http: true,
22
18
favicon: true,
23
19
assume_extension: true,
24
- http_status_ignore: [0]
20
+ only_4xx: true,
25
).run
0 commit comments