Skip to content

Commit e423a1e

Browse files
committed
html-proofer: enable more (passing) checks.
May as well!
1 parent 6d82efe commit e423a1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

script/html-proofer

Lines changed: 6 additions & 2 deletions
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)