Skip to content

Commit 6d3f4e0

Browse files
committed
Ignore missing alt attributes in img elements.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent dc83f4a commit 6d3f4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
2929

3030
echo "Ignoring urls: " $IGNORE_HREFS
3131
bundle exec jekyll build
32-
bundle exec htmlproofer --check_html --http-status-ignore "429" --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site
32+
bundle exec htmlproofer --check_html --http-status-ignore "429" --check-favicon --assume-extension --alt-ignore "/.*/" --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site

0 commit comments

Comments
 (0)