We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380bd5b commit 9a5da59Copy full SHA for 9a5da59
src/main/scripts/ci/check-build-and-verify.sh
@@ -46,7 +46,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
46
--ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
47
'Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
48
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
49
- 'An "img" element must have an "alt" attribute' \
50
'The first child "option" element of a "select" element with a "required" attribute' \
51
--show-warnings \
52
>validator.log 2>&1 || HTML_FAIL=yes
0 commit comments