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
+40 -2
View File
@@ -95,12 +95,50 @@
"readme",
"README",
"mypy",
"wjhrdy"
"wjhrdy",
"BigQuery",
"Sentry",
"bcherny",
"autoCheckpoint",
"autoEnter",
"backgroundTasks",
"extendedThinking",
"maxConcurrentTasks",
"PostCommit",
"PostToolUse",
"PreCommit",
"PrePush",
"PreToolUse",
"CODEOWNERS",
"PyPI",
"CVSS",
"CWE",
"OWASP",
"unrecognized",
"Dependabot",
"Codecov",
"codecov",
"pytest",
"anyio",
"asyncio",
"beautifulsoup",
"ebooklib",
"httpx",
"pillow",
"tenacity",
"cSpell",
"markdownlint",
"Kroki",
"setuptools",
"configurability",
"proactively",
"Kyrie"
],
"ignoreWords": [
"luongnv89",
"wjhrdy",
"Cherry"
"Cherry",
"Boris"
],
"ignoreRegExpList": [
"code\\{[^}]*\\}",
+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": [