Skip to content

Commit

Permalink
Update documentation-guidelines.md
Browse files Browse the repository at this point in the history
Markdown linting docs were wrong
  • Loading branch information
Aaronontheweb authored May 16, 2023
1 parent fe2405d commit a3eb0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contributing/documentation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ To install `markdownlint-cli` execute this command to add it globally to your `n
**Run**
To run the markdown linting rules for Akka.NET's documentation, in the root directory of the Akka.NET GitHub repository:

markdownlint "docs/**/*.md" --rules "markdownlint-rule-titlecase"
markdownlint "docs/**/*.md"

If there are any linting errors the exact filename, line number, and rule infraction will be listed there. This is the exact same command we run in Akka.NET's pull request validation system.

Expand Down

0 comments on commit a3eb0dd

Please sign in to comment.