Skip to content

Commit cc7b617

Browse files
aduh95BethGriggs
authored andcommitted
doc,tools: remove checkLinks.mjs
The checks made by this are now integrated to `remark-preset-lint-node`, there are no reason to keep it around anymore. PR-URL: #39206 Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 42ff6d9 commit cc7b617

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,10 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
580580
else \
581581
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
582582
fi
583-
$(NODE) tools/doc/checkLinks.mjs .
584583

585584
.PHONY: test-doc-ci
586585
test-doc-ci: doc-only
587586
$(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
588-
$(NODE) tools/doc/checkLinks.mjs .
589587

590588
test-known-issues: all
591589
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues

tools/doc/checkLinks.mjs

-77
This file was deleted.

0 commit comments

Comments
 (0)