From 0fc48b156a0f9d37cb00489ad661ca96a2a82ff7 Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Fri, 15 Apr 2022 01:48:03 -0300 Subject: [PATCH] docs: Don't lint external links (#11940) These tests are regularly registering false failures, likely due to rate limiting on the web hosts which are serving the external links. --- build.assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/Makefile b/build.assets/Makefile index f388b6dd22a85..5d2013d717e64 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -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.