Skip to content

Commit

Permalink
test-with-link-check: ignore linkedin
Browse files Browse the repository at this point in the history
- ./_site/who-we-are/former-team-members.html
  *  External link https://www.linkedin.com/in/albaroza/ failed: 999 No error

(Note: 999 is _very_ wrong by linkedin, not a valid HTTP status code)
  • Loading branch information
ericherman committed Mar 29, 2024
1 parent 4160664 commit 961cc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/test-with-link-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ bundle exec jekyll build
# * docs.github.com/en : blocked by github DDoS protection
# * plausible.io/js/plausible.js : does not serve to scripts
# * twitter : grrr
# * linkedin.com : "999 No error"
# * 127.0.0.1 : localhost does not need to be checked
# * #_$ : our special anchor
#
Expand All @@ -34,6 +35,7 @@ URL_IGNORE_REGEXES="\
,/docs\.github\.com\/en\//\
,/plausible\.io\/js\/plausible\.js/\
,/twitter\.com/\
,/linkedin\.com/\
,/127\.0\.0\.1:/\
,/^#_$/\
"
Expand Down

0 comments on commit 961cc8d

Please sign in to comment.