Skip to content

Commit a3eb0dd

Browse files
Update documentation-guidelines.md
Markdown linting docs were wrong
1 parent fe2405d commit a3eb0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/community/contributing/documentation-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To install `markdownlint-cli` execute this command to add it globally to your `n
257257
**Run**
258258
To run the markdown linting rules for Akka.NET's documentation, in the root directory of the Akka.NET GitHub repository:
259259

260-
markdownlint "docs/**/*.md" --rules "markdownlint-rule-titlecase"
260+
markdownlint "docs/**/*.md"
261261

262262
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.
263263

0 commit comments

Comments
 (0)