Skip to content

fix: Skip Google Fonts preconnect URLs in link checker#85

Merged
rubambiza merged 1 commit into
rossoctl:mainfrom
rubambiza:fix/skip-google-fonts-links
Jun 16, 2026
Merged

fix: Skip Google Fonts preconnect URLs in link checker#85
rubambiza merged 1 commit into
rossoctl:mainfrom
rubambiza:fix/skip-google-fonts-links

Conversation

@rubambiza

Copy link
Copy Markdown
Contributor

Summary

  • Add fonts\.googleapis\.com and fonts\.gstatic\.com patterns to skip_file.txt
  • These are <link rel="preconnect"> hints (bare domains) that return HTTP 404 when fetched directly by the link checker

Failing run: https://github.com/kagenti/.github/actions/runs/27223486800/job/80384287056

Fixes #84

Assisted-By: Claude Code

The link checker reports false positives for fonts.googleapis.com and
fonts.gstatic.com because these are <link rel="preconnect"> hints
(bare domains with no path) that return HTTP 404 when fetched directly.

Fixes rossoctl#84

Signed-off-by: Gloire Rubambiza <gloire@ibm.com>

@evaline-ju evaline-ju left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rubambiza
rubambiza merged commit e6cdb16 into rossoctl:main Jun 16, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from New /:ToDo to Done in Kagenti Issue Prioritization Jun 16, 2026
@rubambiza
rubambiza deleted the fix/skip-google-fonts-links branch June 16, 2026 14:47
@rubambiza rubambiza self-assigned this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

🐛 Link checker fails on Google Fonts preconnect URLs

2 participants