From 9eaa3439227428c9e6be00cba2440da51923aecd Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 4 Jan 2023 19:50:44 -0500 Subject: [PATCH] temporarily disable validatornu warnings Until there's a new tagged release with the change resolving this issue: https://github.com/validator/validator/issues/1433. --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-static b/process-static index 8c610a1b..c11e334d 100755 --- a/process-static +++ b/process-static @@ -77,7 +77,7 @@ sed -i "$replace" static-tmp/releases.html gixy nginx-tmp/nginx.conf xmllint --noout static-tmp/**/*.html -validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) +validatornu --errors-only --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \ --process-scripts "application/ld+json" --collapse-boolean-attributes \ --remove-attribute-quotes --remove-comments --remove-empty-attributes \