Skip to content

Commit 9a5da59

Browse files
committed
[DO NOT MERGE] make html5validator fail.
1 parent 380bd5b commit 9a5da59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
4646
--ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
4747
'Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
4848
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
49-
'An "img" element must have an "alt" attribute' \
5049
'The first child "option" element of a "select" element with a "required" attribute' \
5150
--show-warnings \
5251
>validator.log 2>&1 || HTML_FAIL=yes

0 commit comments

Comments
 (0)