You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following links recently started failing the validation in my CI:
51:23 error https://www.youtube.com/watch?time_continue=2&v=Th6NeEC4b74 is dead. (302 Found) no-dead-link
65:40 error https://www.youtube.com/watch?v=CZSibdgGUds is dead. (302 Found) no-dead-link
The linter is getting 302 response code which should ignore it based on my configuration, but it's being reported as dead link.
Another example:
74:279 error http://jquery.com/ is dead. (301 Moved Permanently) no-dead-link
19:114 error https://elasticpath.com/contact-us is dead. (301 Moved Permanently) no-dead-link
Even in this case, it's not ignoring the redirect. If I set ignoreRedirects to false, I have a lot more dead links being reported because of those links being redirected. But, not sure why certain links are still reported as dead when the status code is 3xx
The text was updated successfully, but these errors were encountered:
The instruction in the Readme has following regarding the
ignoreRedirects
option:To ignore redirects, the value needs to be set to
true
(notfalse
)Also, I have been running into issues where only "certain" redirects are not being ignored. This is my config at the moment:
The following links recently started failing the validation in my CI:
The linter is getting
302
response code which should ignore it based on my configuration, but it's being reported as dead link.Another example:
Even in this case, it's not ignoring the redirect. If I set
ignoreRedirects
tofalse
, I have a lot more dead links being reported because of those links being redirected. But, not sure why certain links are still reported as dead when the status code is3xx
The text was updated successfully, but these errors were encountered: