|
| 1 | +[global] |
| 2 | +# Keep the initial lint configuration focused on Markdown rules that match the |
| 3 | +# existing documentation style and do not require unrelated documentation churn. |
| 4 | +enable = [ |
| 5 | + "MD001", # heading-increment |
| 6 | + "MD004", # ul-style |
| 7 | + "MD011", # no-reversed-links |
| 8 | + "MD014", # commands-show-output |
| 9 | + "MD018", # no-missing-space-atx |
| 10 | + "MD019", # no-multiple-space-atx |
| 11 | + "MD020", # no-missing-space-closed-atx |
| 12 | + "MD021", # no-multiple-space-closed-atx |
| 13 | + "MD023", # heading-start-left |
| 14 | + "MD026", # no-trailing-punctuation |
| 15 | + "MD027", # no-multiple-space-blockquote |
| 16 | + "MD028", # no-blanks-blockquote |
| 17 | + "MD035", # hr-style |
| 18 | + "MD037", # no-space-in-emphasis |
| 19 | + "MD039", # no-space-in-links |
| 20 | + "MD042", # no-empty-links |
| 21 | + "MD043", # required-headings |
| 22 | + "MD044", # proper-names |
| 23 | + "MD045", # no-alt-text |
| 24 | + "MD048", # code-fence-style |
| 25 | +] |
0 commit comments