Skip to content

Commit

Permalink
style: Enable Markdownlint rule max-one-sentence-per-line
Browse files Browse the repository at this point in the history
Enable the custom Markdowwnlint rule max-one-sentence-per-line [1].

[1]: https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Mar 8, 2024
1 parent 1fd58b1 commit 5a876ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Configuration for the markdownlint-cli2, see:
# https://github.com/DavidAnson/markdownlint-cli2/blob/main/test/markdownlint-cli2-yaml-example/.markdownlint-cli2.yaml

customRules:
- markdownlint-rule-max-one-sentence-per-line
globs:
- "**/*.md"
ignores:
Expand Down

0 comments on commit 5a876ea

Please sign in to comment.