1
0
mirror of synced 2025-12-19 18:10:59 -05:00

add internal link punctuation rule (#42277)

This commit is contained in:
Rachael Sewell
2023-09-13 15:57:12 -07:00
committed by GitHub
parent 58137329fc
commit 98749a1d87
7 changed files with 120 additions and 20 deletions

View File

@@ -34,6 +34,11 @@ export const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'internal-link-punctuation': {
// GHD008
severity: 'warning',
'partial-markdown-files': true,
},
'no-github-docs-domains': {
// GHD020
severity: 'error',