command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 25, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
link-check
This linter is a golang markdown link verifier.
Originally created and currently running on the (CSE
playbook)[https://github.com/microsoft/code-with-engineering-playbook].
Contains Megalinter descriptor.
Process
When running only linkcheck:
- By default, the checker will use the configuration linkcheck.json located here.
- We can pass a new configuration file by using
--config PATH
- We will be working on the directory the command was running from.
- We can pass files instead by
linkcheck readme.md readme2.md
- Scan the directory and search for *.md files.
- Open each file and extract links from it.
- Divide the links into one of the categories: Email, Folder, URL.
- Analyze link.
Installation
By default, the checker will use the configuration linkcheck.json located here.
go install github.com/shiranr/linkcheck@latest
linkcheck
linkcheck README.md
linkcheck --config linkcheck.json README.MD
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.