File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
14
14
find src -type f -name ' *.html' | xargs bootlint > bootlint.log 2>&1 || touch BOOTLINT_FAIL
15
15
mvn --batch-mode jasmine:test > jasmine.log 2>&1 || touch JASMINE_FAIL
16
16
# FIXME: add check for src/main/config/nginx/503.*html
17
+ # TODO: remove ignoring of error about alt attribute after resolving #314
17
18
html5validator \
18
19
--root src/main/webapp/WEB-INF/views \
19
20
--ignore-re ' Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
20
21
' Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
21
22
' Attribute with the local name “xmlns:[a-z]+” is not serializable' \
23
+ ' An "img" element must have an "alt" attribute' \
22
24
--show-warnings \
23
25
> validator.log 2>&1 || touch HTML_FAIL
24
26
fi
You can’t perform that action at this time.
0 commit comments