File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
171
171
172
172
if [ " $HTML_STATUS " != ' skip' ]; then
173
173
# TODO: remove ignoring of error about alt attribute after resolving #314
174
- # TODO: remove ignoring of error about Picked up _JAVA_OPTIONS when it will be resolved in upstream
175
174
# @todo #109 Check src/main/config/nginx/503.*html by html5validator
176
175
html5validator \
177
176
--root src/main/webapp/WEB-INF/views \
@@ -182,7 +181,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
182
181
' An "img" element must have an "alt" attribute' \
183
182
' The first child "option" element of a "select" element with a "required" attribute' \
184
183
' Element "option" without attribute "label" must not be empty' \
185
- ' Picked up' \
186
184
--show-warnings \
187
185
> validator.log 2>&1 || HTML_STATUS=fail
188
186
fi
You can’t perform that action at this time.
0 commit comments