File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,16 @@ 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 document language when it will be resolved in upstream
175
174
# TODO: remove ignoring of error about Picked up _JAVA_OPTIONS when it will be resolved in upstream
176
175
# @todo #109 Check src/main/config/nginx/503.*html by html5validator
177
176
html5validator \
178
177
--root src/main/webapp/WEB-INF/views \
178
+ --no-langdetect \
179
179
--ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
180
180
' Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
181
181
' Attribute with the local name “xmlns:[a-z]+” is not serializable' \
182
182
' An "img" element must have an "alt" attribute' \
183
183
' The first child "option" element of a "select" element with a "required" attribute' \
184
- ' This document appears to be written in (Danish|Lithuanian|French)' \
185
184
' Element "option" without attribute "label" must not be empty' \
186
185
' Picked up' \
187
186
--show-warnings \
You can’t perform that action at this time.
0 commit comments