mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD034/no-bare-urls to report multiple instances on the same line.
This commit is contained in:
parent
a75f1ecf2a
commit
737126cf93
5 changed files with 37 additions and 23 deletions
|
|
@ -24,3 +24,5 @@ Code https://example.com/code?type=fence code
|
|||
Text <https://example.com/same> more text https://example.com/same still more text <https://example.com/same> done
|
||||
|
||||
Text <https://example.com/same> more \* text https://example.com/same more \[ text <https://example.com/same> done
|
||||
|
||||
Text https://example.com/first more text https://example.com/second still more text https://example.com/third done
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ Code https://example.com/code?type=fence code
|
|||
Text <https://example.com/same> more text <https://example.com/same> still more text <https://example.com/same> done
|
||||
|
||||
Text <https://example.com/same> more \* text https://example.com/same more \[ text <https://example.com/same> done
|
||||
|
||||
Text <https://example.com/first> more text <https://example.com/second> still more text <https://example.com/third> done
|
||||
|
|
|
|||
|
|
@ -88,5 +88,14 @@
|
|||
"errorDetail": null,
|
||||
"errorContext": "https://example.com/same",
|
||||
"errorRange": null
|
||||
},
|
||||
{
|
||||
"lineNumber": 28,
|
||||
"ruleNames": [ "MD034", "no-bare-urls" ],
|
||||
"ruleDescription": "Bare URL used",
|
||||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md034",
|
||||
"errorDetail": null,
|
||||
"errorContext": "https://example.com/first",
|
||||
"errorRange": [ 6, 25 ]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue