Skip to content

Commit 43f4c93

Browse files
committed
check-build-and-verify.sh: modify a comment to pdd format.
No code changes. [ci skip]
1 parent 47a2dff commit 43f4c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
170170
print_status "$JASMINE_STATUS" 'Run JavaScript unit tests'
171171

172172
if [ "$HTML_STATUS" != 'skip' ]; then
173-
# FIXME: add check for src/main/config/nginx/503.*html
174173
# TODO: remove ignoring of error about alt attribute after resolving #314
175174
# TODO: remove ignoring of error about document language when it will be resolved in upstream
176175
# TODO: remove ignoring of error about Picked up _JAVA_OPTIONS when it will be resolved in upstream
176+
# @todo #109 Check src/main/config/nginx/503.*html by html5validator
177177
html5validator \
178178
--root src/main/webapp/WEB-INF/views \
179179
--ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \

0 commit comments

Comments
 (0)