Skip to content

Commit 3facedc

Browse files
committed
Tests: check for badly-formed HTML
Reported 280 errors when run on top of 0c9026f. Reports 0 erros as of this commit.
1 parent 6034333 commit 3facedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ build:
99
bundle exec jekyll build --future --drafts --unpublished
1010

1111
test:
12-
bundle exec htmlproof --disable-external --url-ignore '/^\/bin/.*/' ./_site
12+
bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
1313
contrib/qa/test-binary-availability.sh && echo "SUCCESS checking URLs for binaries"

0 commit comments

Comments
 (0)