mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Deprecate MD006/ul-start-left in favor of MD007/ul-indent.
This commit is contained in:
parent
21b01b2a96
commit
d15324478c
9 changed files with 19 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ const configSchema = require("../schema/markdownlint-config-schema.json");
|
|||
const homepage = packageJson.homepage;
|
||||
const version = packageJson.version;
|
||||
|
||||
const deprecatedRuleNames = [ "MD002" ];
|
||||
const deprecatedRuleNames = [ "MD002", "MD006" ];
|
||||
|
||||
function createTestForFile(file) {
|
||||
const markdownlintPromise = promisify(markdownlint);
|
||||
|
|
@ -1104,7 +1104,6 @@ tape("styleAll", (test) => {
|
|||
"MD003": [ 5, 31 ],
|
||||
"MD004": [ 8 ],
|
||||
"MD005": [ 12 ],
|
||||
"MD006": [ 8 ],
|
||||
"MD007": [ 8, 11 ],
|
||||
"MD009": [ 14 ],
|
||||
"MD010": [ 14 ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue