1
0
mirror of synced 2025-12-21 02:46:50 -05:00

add expired content linter rules (#49684)

Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
Rachael Sewell
2024-03-14 15:31:28 -07:00
committed by GitHub
parent 0ee144f084
commit 030d659897
5 changed files with 251 additions and 1 deletions

View File

@@ -135,6 +135,16 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'expired-content': {
// GHD038
severity: 'error',
'partial-markdown-files': true,
},
'expiring-soon': {
// GHD039
severity: 'warning',
'partial-markdown-files': true,
},
}
export const githubDocsFrontmatterConfig = {