File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 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
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 document language when it will be resolved in upstream
175174 # TODO: remove ignoring of error about Picked up _JAVA_OPTIONS when it will be resolved in upstream
176175 # @todo #109 Check src/main/config/nginx/503.*html by html5validator
177176 html5validator \
178177 --root src/main/webapp/WEB-INF/views \
178+ --no-langdetect \
179179 --ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
180180 ' Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
181181 ' Attribute with the local name “xmlns:[a-z]+” is not serializable' \
182182 ' An "img" element must have an "alt" attribute' \
183183 ' The first child "option" element of a "select" element with a "required" attribute' \
184- ' This document appears to be written in (Danish|Lithuanian|French)' \
185184 ' Element "option" without attribute "label" must not be empty' \
186185 ' Picked up' \
187186 --show-warnings \
You can’t perform that action at this time.
0 commit comments