Skip to content

Commit 67b96a3

Browse files
authored
Merge pull request #26027 from github/repo-sync
Repo sync
2 parents aa61644 + 09a519e commit 67b96a3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/content-linter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We are using the [markdownlint](https://github.com/DavidAnson/markdownlint) fram
99
| [MD001](https://github.com/DavidAnson/markdownlint/blob/main/doc/md001.md) | Header levels can only increments by one level at a time. | error |
1010
| [MD002](https://github.com/DavidAnson/markdownlint/blob/main/doc/md002.md) | Ensure that headings start with an H2 heading. | error |
1111
| [MD004](https://github.com/DavidAnson/markdownlint/blob/main/doc/md004.md) | Unordered list style must be a dash. | error |
12+
| [MD009](https://github.com/DavidAnson/markdownlint/blob/main/doc/md009.md) | No unnecessary whitespace from the end of the line. | warning |
1213
| [MD014](https://github.com/DavidAnson/markdownlint/blob/main/doc/md014.md) | Dollar signs should not be used before commands without showing output. | error |
1314
| [MD024](https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md) | Disallow headings with the same content. | error |
1415
| [MD111](./linting-rules/image-alt-text-length.js) | Images alternate text should be between 40-150 characters. | warning |

src/content-linter/scripts/markdownlint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ async function main() {
2929
MD001: true,
3030
MD002: { level: 2 },
3131
MD004: { style: 'dash' },
32+
MD009: true,
3233
MD014: true,
3334
MD024: true,
3435
MD111: true,

0 commit comments

Comments
 (0)