diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-04 19:50:44 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-04 19:50:53 -0500 |
| commit | 9eaa3439227428c9e6be00cba2440da51923aecd (patch) | |
| tree | f45c5b83a164402972e370cb3d7796235f9d0769 /process-static | |
| parent | c9196269179560195f4b3f3a30580ec5ce778b9d (diff) | |
temporarily disable validatornu warnings
Until there's a new tagged release with the change resolving this issue:
https://github.com/validator/validator/issues/1433.
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
