Skip to content

Commit c9f317d

Browse files
committed
Revert "style: Enable Markdownlint rule max-one-sentence-per-line"
This reverts commit ff6a5be. The max-one-sentence-per-line rule fragments explanatory content into choppy, disconnected lines that harm readability. Technical documentation often requires flowing prose to explain complex concepts coherently. Removing this rule allows authors to write natural paragraphs that maintain context and guide readers through detailed explanations Signed-off-by: Thomas Steenbergen <opensource@steenbe.nl>
1 parent 9894099 commit c9f317d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,8 @@ jobs:
9292
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9393
with:
9494
fetch-depth: 0
95-
- name: Setup Node
96-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
9795
- name: Check for Markdown issues
98-
run: |
99-
npm install -g markdownlint-rule-max-one-sentence-per-line@0.0.2
100-
npx markdownlint-cli2
96+
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22
10197
prettier-website:
10298
runs-on: ubuntu-24.04
10399
steps:

.markdownlint-cli2.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Configuration for the markdownlint-cli2, see:
22
# https://github.com/DavidAnson/markdownlint-cli2/blob/main/test/markdownlint-cli2-yaml-example/.markdownlint-cli2.yaml
33

4-
customRules:
5-
- markdownlint-rule-max-one-sentence-per-line
64
globs:
75
- "**/*.md"
86
ignores:

0 commit comments

Comments
 (0)