mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
Renamed rule fore new line at EOF from MD046 to MD047
This commit is contained in:
parent
12a51da282
commit
33eaf0bdda
10 changed files with 14 additions and 14 deletions
|
|
@ -2730,9 +2730,9 @@ module.exports.newLineAtTheEndOfFile =
|
|||
const expected = { "./test/new_line_EOF.md":
|
||||
[
|
||||
{ "lineNumber": 3,
|
||||
"ruleNames": [ "MD046", "new-line-eof" ],
|
||||
"ruleNames": [ "MD047", "new-line-eof" ],
|
||||
"ruleDescription": "New lines at the end of file",
|
||||
"ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md046`,
|
||||
"ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`,
|
||||
"errorDetail": "file does not end with new line",
|
||||
"errorContext": null,
|
||||
"errorRange": null }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue