Merge branch 'main' into github-markdownlint
This commit is contained in:
@@ -16,7 +16,7 @@ const githubDocsConfig = {
|
||||
},
|
||||
'image-file-kebab': {
|
||||
// GHD004
|
||||
severity: 'warning',
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'internal-links-lang': {
|
||||
@@ -36,7 +36,7 @@ const githubDocsConfig = {
|
||||
},
|
||||
'link-punctuation': {
|
||||
// GHD008
|
||||
severity: 'warning',
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'yaml-scheduled-jobs': {
|
||||
@@ -50,6 +50,12 @@ const githubDocsConfig = {
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'early-access-references': {
|
||||
// GH035
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'liquid-quoted-conditional-arg': {
|
||||
// LQ111
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user