mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-12 16:44:20 +01:00
Update MD042/no-empty-links to improve range reporting, remove helpers.emptyLinkRe.
This commit is contained in:
parent
7c1550cbe9
commit
861443c740
4 changed files with 24 additions and 15 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"ruleDescription": "No empty links",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042",
|
||||
"errorDetail": null,
|
||||
"errorContext": "[empty]()",
|
||||
"errorContext": "[empty](#)",
|
||||
"errorRange": [
|
||||
4,
|
||||
10
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"ruleDescription": "No empty links",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md042",
|
||||
"errorDetail": null,
|
||||
"errorContext": "[empty]()",
|
||||
"errorContext": "[empty](<>)",
|
||||
"errorRange": [
|
||||
4,
|
||||
11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue