File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
170
170
print_status " $JASMINE_STATUS " ' Run JavaScript unit tests'
171
171
172
172
if [ " $HTML_STATUS " != ' skip' ]; then
173
- # FIXME: add check for src/main/config/nginx/503.*html
174
173
# TODO: remove ignoring of error about alt attribute after resolving #314
175
174
# TODO: remove ignoring of error about document language when it will be resolved in upstream
176
175
# 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
177
177
html5validator \
178
178
--root src/main/webapp/WEB-INF/views \
179
179
--ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
You can’t perform that action at this time.
0 commit comments