Skip to content

Commit c6ccd97

Browse files
aduh95targos
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 985ec48 commit c6ccd97

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,12 +578,10 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
578578
else \
579579
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
580580
fi
581-
$(NODE) tools/doc/checkLinks.mjs .
582581

583582
.PHONY: test-doc-ci
584583
test-doc-ci: doc-only
585584
$(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
586-
$(NODE) tools/doc/checkLinks.mjs .
587585

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

tools/doc/checkLinks.mjs

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)