File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,15 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
52
52
mvn --batch-mode jasmine:test > jasmine.log 2>&1 || JASMINE_FAIL=yes
53
53
# FIXME: add check for src/main/config/nginx/503.*html
54
54
# TODO: remove ignoring of error about alt attribute after resolving #314
55
+ # TODO: remove ignoring of error about document language when it will be resolved in upstream
55
56
html5validator \
56
57
--root src/main/webapp/WEB-INF/views \
57
58
--ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
58
59
' Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
59
60
' Attribute with the local name “xmlns:[a-z]+” is not serializable' \
60
61
' An "img" element must have an "alt" attribute' \
61
62
' The first child "option" element of a "select" element with a "required" attribute' \
63
+ ' This document appears to be written in Danish' \
62
64
--show-warnings \
63
65
> validator.log 2>&1 || HTML_FAIL=yes
64
66
mvn --batch-mode enforcer:enforce > enforcer.log 2>&1 || ENFORCER_FAIL=yes
You can’t perform that action at this time.
0 commit comments