From b0f70e63f3fc461a3097094281dc592b4b5aa893 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 12 Aug 2022 00:00:01 -0700 Subject: [PATCH] Breaking html-proofer changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e20bd69..0cd3f65 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ validate-html: .PHONY: htmlproofer htmlproofer: - htmlproofer $(OUTPUT_DIR) --disable-external --report-invalid-tags --report-missing-names --report-missing-doctype --report-eof-tags --report-mismatched-tags --check-html --check-opengraph --check-favicon --empty-alt-ignore --file-ignore $(OUTPUT_DIR)/search/index.html --url-ignore '../music.txt' + htmlproofer $(OUTPUT_DIR) --disable-external --checks Images,Scripts,Favicon,OpenGraph --ignore-empty-alt=true --ignore-files $(OUTPUT_DIR)/search/index.html --enforce-https=false --ignore-urls '../music.txt' linter-configs/htmltest.yml: rsync $(RSYNCFLAGS) $(RSYNCFLAGS_EXTRA) deploy@seirdy.one:/home/deploy/refcache.json linter-configs/htmltest/refcache.json