File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 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
171171
172172 if [ " $HTML_STATUS " != ' skip' ]; then
173173 # 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
175174 # @todo #109 Check src/main/config/nginx/503.*html by html5validator
176175 html5validator \
177176 --root src/main/webapp/WEB-INF/views \
@@ -182,7 +181,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
182181 ' An "img" element must have an "alt" attribute' \
183182 ' The first child "option" element of a "select" element with a "required" attribute' \
184183 ' Element "option" without attribute "label" must not be empty' \
185- ' Picked up' \
186184 --show-warnings \
187185 > validator.log 2>&1 || HTML_STATUS=fail
188186 fi
You can’t perform that action at this time.
0 commit comments