@claude The no-dead-urls linter rule is producing false positives for three URL patterns that should be considered valid: - Anchor/hash URLs - URLs with # fragments are flagged as dead (e.g., https://spectrum.adobe.com/page/theming/#Resources-for-Spectrum-for-Adobe-Express) - mailto: links - Email links are flagged as dead URLs (e.g., [ccintrev@adobe.com](mailto:ccintrev@adobe.com)) - Redirect URLs - URLs that redirect HTTP→HTTPS are flagged instead of following the redirect (e.g., http://discord.gg/nc3QDyFeb4 → https://discord.com/invite/nc3QDyFeb4) create and name the branch DEVSITE-2405, fix the linter rules
@claude
The no-dead-urls linter rule is producing false positives for three URL patterns that should be considered valid:
create and name the branch DEVSITE-2405, fix the linter rules