1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Set link punctuation rule to error (#43289)

This commit is contained in:
Rachael Sewell
2023-09-26 09:59:58 -07:00
committed by GitHub
parent 9063d7fc22
commit f48d317e4c
10 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ export const githubDocsConfig = {
},
'link-punctuation': {
// GHD008
severity: 'warning',
severity: 'error',
'partial-markdown-files': true,
},
'yaml-scheduled-jobs': {