Skip to content

Commit 503dbe1

Browse files
authored
Merge pull request github#565 from MikeMcQuaid/html-proofer
html-proofer: enable more (passing) checks.
2 parents 6d82efe + e423a1e commit 503dbe1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

script/html-proofer

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ HTMLProofer::Runner.new(
1616
parallel: { in_threads: 4 },
1717
type: :directory,
1818
url_ignore: url_ignores,
19-
verbose: !!ENV["VERBOSE"],
20-
check_html: true
19+
check_html: true,
20+
check_opengraph: true,
21+
check_img_http: true,
22+
favicon: true,
23+
assume_extension: true,
24+
http_status_ignore: [0]
2125
).run

0 commit comments

Comments
 (0)