You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content-linter/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ We are using the [markdownlint](https://github.com/DavidAnson/markdownlint) fram
9
9
|[MD001](https://github.com/DavidAnson/markdownlint/blob/main/doc/md001.md)| Header levels can only increments by one level at a time. | error |
10
10
|[MD002](https://github.com/DavidAnson/markdownlint/blob/main/doc/md002.md)| Ensure that headings start with an H2 heading. | error |
11
11
|[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 |
12
13
|[MD014](https://github.com/DavidAnson/markdownlint/blob/main/doc/md014.md)| Dollar signs should not be used before commands without showing output. | error |
13
14
|[MD024](https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md)| Disallow headings with the same content. | error |
14
15
|[MD111](./linting-rules/image-alt-text-length.js)| Images alternate text should be between 40-150 characters. | warning |
0 commit comments