Skip to content

Commit

Permalink
Update the mdspell command to exclude the folder that should be ign…
Browse files Browse the repository at this point in the history
…ored (#15576)
  • Loading branch information
daxian-dbw committed Jun 15, 2021
1 parent 6eae114 commit 6833b2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -85,7 +85,9 @@ To run the spellchecker, follow these steps:
* install [Node.js](https://nodejs.org/en/) (v10 or up)
* install [markdown-spellcheck](https://github.com/lukeapage/node-markdown-spellcheck) by
`npm install -g markdown-spellcheck` (v0.11.0 or up)
* run `mdspell "**/*.md" --ignore-numbers --ignore-acronyms --en-us`
* run `mdspell "**/*.md" "!**/dotnet-tools/**/*.md" --ignore-numbers --ignore-acronyms --en-us`.
- The folder `dotnet-tools` is excluded because files in that folder are copied from the `dotnet/performance` repository
and will need to be synchronized from time to time.
* if the `.spelling` file is updated, commit and push it

#### Checking links in documentation
Expand Down

0 comments on commit 6833b2a

Please sign in to comment.