Skip to content

Commit b9c4d2d

Browse files
Copilotjeduden
andcommitted
plan: drop invalid enabled: config keys, fix spelling and message case
Agent-Logs-Url: https://github.com/jeduden/mdsmith/sessions/9c7474b1-6cbb-474a-a72d-9f8390848936 Co-authored-by: jeduden <1117699+jeduden@users.noreply.github.com>
1 parent 0f5261b commit b9c4d2d

6 files changed

Lines changed: 3 additions & 8 deletions

docs/background/markdown-linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the same `.md` files.
149149
and inline metadata (`key:: value`)
150150
- No built-in linter — community plugins (e.g. [Linter
151151
plugin][obsidian-linter]) add YAML front matter fixes,
152-
heading normalisation, and whitespace rules
152+
heading normalization, and whitespace rules
153153
- Files are plain `.md` on disk and are committed to Git
154154
like any other source; CI can run mdsmith over the vault
155155

plan/124_no-space-in-code-spans.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ independent of fenced-block policy.
4646

4747
```yaml
4848
rules:
49-
no-space-in-code-spans:
50-
enabled: true
49+
no-space-in-code-spans: true
5150
```
5251
5352
Category: `whitespace`. Disabled by default (opt-in).

plan/125_no-space-in-link-text.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ because the text portion is still visible.
5656
```yaml
5757
rules:
5858
no-space-in-link-text:
59-
enabled: true
6059
check-images: true
6160
```
6261

plan/127_single-h1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ it only caps the count when one or more are present.
5353
```yaml
5454
rules:
5555
single-h1:
56-
enabled: true
5756
front-matter-title: title
5857
```
5958
@@ -97,7 +96,7 @@ applied in that case — emit the diagnostic only.
9796

9897
```text
9998
extra H1 heading; only one H1 is allowed per file
100-
H1 heading conflicts with front-matter title
99+
h1 heading conflicts with front-matter title
101100
```
102101

103102
## Tasks

plan/128_no-undefined-reference-labels.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ A `shortcut` setting (`always` | `collapsed-only` |
9696
```yaml
9797
rules:
9898
no-undefined-reference-labels:
99-
enabled: true
10099
shortcut: heuristic
101100
placeholders: []
102101
```

plan/129_no-unused-link-definitions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ before comparison.
7979
```yaml
8080
rules:
8181
no-unused-link-definitions:
82-
enabled: true
8382
ignored-labels: []
8483
```
8584

0 commit comments

Comments
 (0)