temporarily disable validatornu warnings

Until there's a new tagged release with the change resolving this issue:
https://github.com/validator/validator/issues/1433.
This commit is contained in:
Daniel Micay 2023-01-04 19:50:44 -05:00
parent c919626917
commit 9eaa343922

View File

@ -77,7 +77,7 @@ sed -i "$replace" static-tmp/releases.html
gixy nginx-tmp/nginx.conf gixy nginx-tmp/nginx.conf
xmllint --noout static-tmp/**/*.html 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 \ find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \
--process-scripts "application/ld+json" --collapse-boolean-attributes \ --process-scripts "application/ld+json" --collapse-boolean-attributes \
--remove-attribute-quotes --remove-comments --remove-empty-attributes \ --remove-attribute-quotes --remove-comments --remove-empty-attributes \