1
0
mirror of synced 2026-01-29 12:00:58 -05:00

Merge pull request #26129 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-06-20 15:05:33 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ We are using the [markdownlint](https://github.com/DavidAnson/markdownlint) fram
| [MD039](https://github.com/DavidAnson/markdownlint/blob/main/doc/md039.md) | Remove spacing around image text. | warning |
| [MD040](https://github.com/DavidAnson/markdownlint/blob/main/doc/md040.md) | Code fences must have a language specified. | warning |
| [MD042](https://github.com/DavidAnson/markdownlint/blob/main/doc/md042.md) | Do not allow empty links. | error |
| [MD047](https://github.com/DavidAnson/markdownlint/blob/main/doc/md047.md) | All files should end with a new line character. | warning |
| [MD011](https://github.com/DavidAnson/markdownlint/blob/main/doc/md011.md) | Make sure that link syntax is not reversed. | error |
| [MD111](./linting-rules/image-alt-text-length.js) | Images alternate text should be between 40-150 characters. | warning |
| [MD112](./linting-rules/image-alt-text-end-punctuation.js) | Images alternate text should end with a punctuation. | error |

View File

@@ -40,6 +40,7 @@ async function main() {
MD024: true,
MD027: true,
MD030: true,
MD039: true,
MD040: {
allowed_languages: [
'bash',
@@ -73,7 +74,7 @@ async function main() {
'yml',
],
},
MD039: true,
MD047: true,
MD111: true,
MD112: true,
MD113: true,