mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
fix: Expand spell check dictionary and link check ignore patterns for CI
This commit is contained in:
+40
-2
@@ -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\\{[^}]*\\}",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user