Skip to content

Commit a9b367f

Browse files
committed
chore(html5validator): use --ignore option for simple patterns.
1 parent f6f5d56 commit a9b367f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
209209
html5validator \
210210
--root src/main/webapp/WEB-INF/views \
211211
--no-langdetect \
212-
--ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
212+
--ignore-re \
213+
'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
213214
'Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
214215
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
216+
--ignore \
215217
'An "img" element must have an "alt" attribute' \
216218
'Element "option" without attribute "label" must not be empty' \
217219
'The "width" attribute on the "td" element is obsolete' \

0 commit comments

Comments
 (0)