From 11ecb54fe4bf17f97d59ca70c4ad94b1eb25f3fc Mon Sep 17 00:00:00 2001 From: Troy Howard Date: Wed, 25 Jun 2025 11:19:07 -0500 Subject: [PATCH] Add x.com to link checker exceptions list. --- scripts/link-checker/check-links.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/link-checker/check-links.js b/scripts/link-checker/check-links.js index 000d4d20cce8..47c88971a5f8 100644 --- a/scripts/link-checker/check-links.js +++ b/scripts/link-checker/check-links.js @@ -295,7 +295,8 @@ function getDefaultExcludedKeywords() { "https://dutchie.com/", "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", "https://www.gartner.com/en/webinar/445864/1051166", - "https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md*" + "https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md*", + "https://x.com*" ]; }