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 @@ -155,6 +155,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
155
155
# FIXME: add check for src/main/config/nginx/503.*html
156
156
# TODO: remove ignoring of error about alt attribute after resolving #314
157
157
# TODO: remove ignoring of error about document language when it will be resolved in upstream
158
+ # TODO: remove ignoring of error about Picked up _JAVA_OPTIONS when it will be resolved in upstream
158
159
html5validator \
159
160
--root src/main/webapp/WEB-INF/views \
160
161
--ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
@@ -163,6 +164,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
163
164
' An "img" element must have an "alt" attribute' \
164
165
' The first child "option" element of a "select" element with a "required" attribute' \
165
166
' This document appears to be written in (Danish|Lithuanian)' \
167
+ ' Picked up' \
166
168
--show-warnings \
167
169
> validator.log 2>&1 || HTML_STATUS=fail
168
170
fi
You can’t perform that action at this time.
0 commit comments