Commit 93f7453
committed
fix(lint): shrink the markdownlint override to args-only
the from_pattern parser required path:line:col, but markdownlint omits the
column when unknown (e.g. MD012), so those findings were silently dropped.
inheriting upstream's stdin mode + errorformat parser (whose "stdin:%l %m"
fallback keeps col-less findings) fixes that; the file-based shape is no
longer needed now that mise ships real node. stdin also means the buffer's
live content is linted instead of the on-disk file. only the --config arg
pointing at the global .markdownlint.yml remains overridden.1 parent a37d44f commit 93f7453
1 file changed
Lines changed: 6 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| 27 | + | |
29 | 28 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
| |||
0 commit comments