Merge pull request #13 from MicrosoftEdge/user/ansgoel/ignore-url

Ignore url pattern is old, updating it to align it with 4.4.3
This commit is contained in:
Anshuman Goel 2022-10-18 08:31:32 -07:00 коммит произвёл GitHub
Родитель 5b8f574dc0 13f617617e
Коммит 6b2eefa5c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,4 +17,4 @@ URL_IGNORE=cdn.jsdelivr.net
bundle exec htmlproofer $DEST \
--disable-external \
--check-html \
--url_ignore $URL_IGNORE
--ignore-urls $URL_IGNORE