fix: Expand spell check dictionary and link check ignore patterns for CI

This commit is contained in:
Luong NGUYEN
2026-01-09 09:44:01 +01:00
parent 236450485f
commit e3835151c9
2 changed files with 64 additions and 2 deletions
+24
View File
@@ -11,6 +11,30 @@
{
"pattern": "^https://github.com/[^/]+/claude-howto",
"comment": "Self-referencing links"
},
{
"pattern": "^https://docs\\.claude\\.com",
"comment": "Claude docs - URL structure may vary"
},
{
"pattern": "^https://docs\\.anthropic\\.com",
"comment": "Anthropic docs - May have authentication or access restrictions"
},
{
"pattern": "^https://code\\.claude\\.com",
"comment": "Claude Code docs - May have dynamic content"
},
{
"pattern": "^https://plugins\\.claude\\.com",
"comment": "Plugin marketplace - May have access restrictions"
},
{
"pattern": "^https://medium\\.com",
"comment": "Medium posts - May have paywall or tracking restrictions"
},
{
"pattern": "^https://modelcontextprotocol\\.io",
"comment": "MCP docs - May have infrastructure limitations"
}
],
"replacementPatterns": [