Skip to content

Commit

Permalink
Merge pull request #335 from publiccodenet/link-check-ignore-linkedin
Browse files Browse the repository at this point in the history
test-with-link-check: ignore linkedin
  • Loading branch information
ericherman authored Mar 29, 2024
2 parents 4160664 + 961cc8d commit d514ef7
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 d514ef7

Please sign in to comment.