We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f5d56 commit a9b367fCopy full SHA for a9b367f
src/main/scripts/ci/check-build-and-verify.sh
@@ -209,9 +209,11 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
209
html5validator \
210
--root src/main/webapp/WEB-INF/views \
211
--no-langdetect \
212
- --ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
+ --ignore-re \
213
+ 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
214
'Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
215
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
216
+ --ignore \
217
'An "img" element must have an "alt" attribute' \
218
'Element "option" without attribute "label" must not be empty' \
219
'The "width" attribute on the "td" element is obsolete' \
0 commit comments