Skip to content

Commit 242d5ed

Browse files
committed
Revert "check-build-and-verify.sh: suppress "Picked up _JAVA_OPTIONS" warning from html5validator."
This reverts commit 69cb4df. Remove workaround as the issue was fixed in upstream in 0.2.8 version. Addressed to #634 No functional changes.
1 parent 8839184 commit 242d5ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)