Skip to content

Commit

Permalink
doc,tools: remove checkLinks.mjs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aduh95 authored and targos committed Sep 4, 2021
1 parent 985ec48 commit c6ccd97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -578,12 +578,10 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
else \
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
fi
$(NODE) tools/doc/checkLinks.mjs .

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

test-known-issues: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues
Expand Down
77 changes: 0 additions & 77 deletions tools/doc/checkLinks.mjs

This file was deleted.

0 comments on commit c6ccd97

Please sign in to comment.