Skip to content

Commit

Permalink
docs: Don't lint external links (#11940)
Browse files Browse the repository at this point in the history
These tests are regularly registering false failures, likely due to rate limiting on the web hosts which are serving the external links.
  • Loading branch information
webvictim committed Apr 15, 2022
1 parent 71a2662 commit 0fc48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ docsbox:
.PHONY:test-docs
test-docs: docsbox
docker run --platform=linux/amd64 -i $(NOROOT) -v $$(pwd)/..:/src/content $(DOCSBOX) \
/bin/sh -c "yarn markdown-lint-external-links"
/bin/sh -c "yarn markdown-lint"

#
# Builds assets needed by CentOS 6 in a container.
Expand Down

0 comments on commit 0fc48b1

Please sign in to comment.