File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 150
150
report coverage - win
151
151
```
152
152
153
+ ## Linting Documentation
154
+
155
+ Documents are linted using [ markdownlint] [ markdownlint ] which can be installed
156
+ as a CLI tool via NPM or as an [ extension in VSCode] [ vscode-markdownlint ] . See
157
+ the [ documentation on GitHub] [ markdownlint ] . The configuration used for
158
+ markdownlint is in [ .markdownlint.jsonc] [ markdownlint-config ] .
159
+
160
+ Documents are checked for link validity using [ lychee] [ lychee ] . Lychee can be
161
+ installed in a variety of ways depending on your platform, see the [ docs on GitHub] [ lychee-docs ] .
162
+ Some URLs are ignored by lychee, per the [ lycheeignore] [ lycheeignore ] .
163
+
153
164
[ dotnet-web ] : https://dotnet.microsoft.com/
154
165
[ custom-helpers ] : https://git-scm.com/docs/gitcredentials#_custom_helpers
155
166
[ ioformat ] : https://git-scm.com/docs/git-credential#IOFMT
167
+ [ lychee ] : https://lychee.cli.rs/
168
+ [ lychee-docs ] : https://github.com/lycheeverse/lychee
169
+ [ lycheeignore ] : ../.lycheeignore
170
+ [ markdownlint ] : https://github.com/DavidAnson/markdownlint-cli2
171
+ [ markdownlint-config ] : ../.markdownlint.jsonc
172
+ [ vscode-markdownlint ] : https://github.com/DavidAnson/vscode-markdownlint
You can’t perform that action at this time.
0 commit comments