Skip to content

Commit 3595484

Browse files
authored
Add x.com to link checker exceptions list. (#15404)
1 parent e0c79c1 commit 3595484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/link-checker/check-links.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ function getDefaultExcludedKeywords() {
295295
"https://dutchie.com/",
296296
"https://www.gartner.com/en/newsroom/press-releases/2024-04-11-gartner-says-75-percent-of-enterprise-software-engineers-will-use-ai-code-assistants-by-2028",
297297
"https://www.gartner.com/en/webinar/445864/1051166",
298-
"https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md*"
298+
"https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md*",
299+
"https://x.com*"
299300
];
300301
}
301302

0 commit comments

Comments
 (0)