Skip to content

Commit

Permalink
specs: fix lint hyperlink exclude (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Jul 7, 2024
1 parent 85e15e0 commit 3e3de25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lint-specs-toc:
# Validates all hyperlinks respond with status 200
lint-links:
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback \
--exclude twitter.com --exclude explorer.optimism.io --exclude linux-mips.org --exclude vitalik.ca \
--exclude twitter.com --exclude explorer.optimism.io --exclude linux-mips.org --exclude vitalik.eth.limo \
--exclude-mail /input/README.md "/input/specs/**/*.md"

build:
Expand Down

0 comments on commit 3e3de25

Please sign in to comment.