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

add new rai linter rule (#47317)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Rachael Sewell
2023-12-18 14:35:12 -08:00
committed by GitHub
parent c7370e5ee0
commit 5c6a733aa3
10 changed files with 180 additions and 1 deletions

View File

@@ -104,6 +104,11 @@ const githubDocsConfig = {
severity: 'warning',
'partial-markdown-files': true,
},
'rai-reusable-usage': {
// GHD035
severity: 'error',
'partial-markdown-files': true,
},
}
export const githubDocsFrontmatterConfig = {