Renamed rule fore new line at EOF from MD046 to MD047

This commit is contained in:
KitoW 2019-04-05 22:33:19 +02:00
parent 12a51da282
commit 33eaf0bdda
10 changed files with 14 additions and 14 deletions

View file

@ -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 }