no longer need validatornu svg lang workaround

This commit is contained in:
Daniel Micay 2020-09-17 14:41:35 -04:00
parent 58f1d6ad4c
commit 21ce11a0be

View File

@ -9,5 +9,4 @@ json_verify < static/manifest.webmanifest >/dev/null
xmllint --noout static/**/*.@(html|svg|xml)
jshint --verbose static/**/*.js
stylelint static/**/*.css
validatornu --Werror --also-check-css static/**/*.@(css|html)
validatornu --Werror --skip-non-svg --no-langdetect static
validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)