Skip to content

Commit 341489a

Browse files
committed
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.
1 parent a63c3f0 commit 341489a

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
@@ -589,12 +589,10 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
589589
else \
590590
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
591591
fi
592-
$(NODE) tools/doc/checkLinks.mjs .
593592

594593
.PHONY: test-doc-ci
595594
test-doc-ci: doc-only
596595
$(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
597-
$(NODE) tools/doc/checkLinks.mjs .
598596

599597
test-known-issues: all
600598
$(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)