Skip to content

Commit 7a3f740

Browse files
authored
turn on docs.github.com content linter rule (#45515)
1 parent 45753a6 commit 7a3f740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-linter/style/github-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const searchReplaceConfig = {
167167
message: 'Catch occurrences of docs.gitub.com domain.',
168168
search: 'docs.github.com',
169169
searchScope: 'all',
170-
severity: 'warning',
170+
severity: 'error',
171171
'partial-markdown-files': true,
172172
},
173173
{

0 commit comments

Comments
 (0)