Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 8, 2025
1 parent 399fe01 commit cae3f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ include_fragments = true
accept = ["200..=299", "401", "403"]

exclude = [
"https://slack.com/help/articles/8328303095443-Understand-Channel-Managers-in-Slack"
"https://slack.com/help/articles/8328303095443-Understand-Channel-Managers-in-Slack",
# excluding links to user profiles is done for performance
# because there are a lot of links to user profiles in this repository
# and GitHub extra throttles access to user profile pages
"^https://github.com/[^/]+$"
]

# better to be safe and avoid failures
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ table-check:

.PHONY: markdown-link-check
markdown-link-check:
docker pull lycheeverse/lychee
docker run --rm \
--mount 'type=bind,source=$(PWD),target=/home/repo' \
lycheeverse/lychee \
Expand Down

0 comments on commit cae3f3b

Please sign in to comment.