fix: Add comprehensive ignore patterns and spell check terms for CI success
This commit is contained in:
74
.cspell.json
74
.cspell.json
@@ -132,7 +132,79 @@
|
|||||||
"setuptools",
|
"setuptools",
|
||||||
"configurability",
|
"configurability",
|
||||||
"proactively",
|
"proactively",
|
||||||
"Kyrie"
|
"Kyrie",
|
||||||
|
"ChatGPT",
|
||||||
|
"GPT",
|
||||||
|
"Claude",
|
||||||
|
"Anthropic",
|
||||||
|
"OpenAI",
|
||||||
|
"subagent",
|
||||||
|
"emoji",
|
||||||
|
"emojis",
|
||||||
|
"reusable",
|
||||||
|
"scalability",
|
||||||
|
"latency",
|
||||||
|
"throughput",
|
||||||
|
"middleware",
|
||||||
|
"backend",
|
||||||
|
"frontend",
|
||||||
|
"middleware",
|
||||||
|
"templating",
|
||||||
|
"templated",
|
||||||
|
"serialization",
|
||||||
|
"deserialization",
|
||||||
|
"polymorphism",
|
||||||
|
"refactor",
|
||||||
|
"refactoring",
|
||||||
|
"refactored",
|
||||||
|
"reproducible",
|
||||||
|
"deterministic",
|
||||||
|
"probabilistic",
|
||||||
|
"hardcoded",
|
||||||
|
"tradeoff",
|
||||||
|
"tradeoffs",
|
||||||
|
"monorepo",
|
||||||
|
"monorepositories",
|
||||||
|
"idempotent",
|
||||||
|
"idempotence",
|
||||||
|
"mutable",
|
||||||
|
"immutable",
|
||||||
|
"invariant",
|
||||||
|
"invariants",
|
||||||
|
"docstring",
|
||||||
|
"docstrings",
|
||||||
|
"boilerplate",
|
||||||
|
"scaffolding",
|
||||||
|
"middleware",
|
||||||
|
"plugin",
|
||||||
|
"plugins",
|
||||||
|
"middleware",
|
||||||
|
"precommit",
|
||||||
|
"commitments",
|
||||||
|
"filesystem",
|
||||||
|
"subprocess",
|
||||||
|
"subprocesses",
|
||||||
|
"multiprocessing",
|
||||||
|
"Zod",
|
||||||
|
"zod",
|
||||||
|
"OpenAPI",
|
||||||
|
"RESTful",
|
||||||
|
"CRUD",
|
||||||
|
"SOLID",
|
||||||
|
"DRY",
|
||||||
|
"YAGNI",
|
||||||
|
"KISS",
|
||||||
|
"BATHWATER",
|
||||||
|
"scalable",
|
||||||
|
"configurable",
|
||||||
|
"maintainable",
|
||||||
|
"reliable",
|
||||||
|
"performant",
|
||||||
|
"resilient",
|
||||||
|
"idempotent",
|
||||||
|
"interoperable",
|
||||||
|
"composable",
|
||||||
|
"extensible"
|
||||||
],
|
],
|
||||||
"ignoreWords": [
|
"ignoreWords": [
|
||||||
"luongnv89",
|
"luongnv89",
|
||||||
|
|||||||
22
.github/markdown-link-check-config.json
vendored
22
.github/markdown-link-check-config.json
vendored
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^https://code\\.claude\\.com",
|
"pattern": "^https://code\\.claude\\.com",
|
||||||
"comment": "Claude Code docs - May have dynamic content"
|
"comment": "Claude Code docs - May have dynamic content or routing issues"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^https://plugins\\.claude\\.com",
|
"pattern": "^https://plugins\\.claude\\.com",
|
||||||
@@ -35,6 +35,26 @@
|
|||||||
{
|
{
|
||||||
"pattern": "^https://modelcontextprotocol\\.io",
|
"pattern": "^https://modelcontextprotocol\\.io",
|
||||||
"comment": "MCP docs - May have infrastructure limitations"
|
"comment": "MCP docs - May have infrastructure limitations"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://discord\\.gg",
|
||||||
|
"comment": "Discord invite links - May expire or have access issues"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://bsky\\.app",
|
||||||
|
"comment": "BlueSky links - May require authentication"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://api\\.star-history\\.com",
|
||||||
|
"comment": "External badge service - May have rate limiting"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://jazz\\.tools",
|
||||||
|
"comment": "External tool links - May have dynamic routing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://mcp\\.notion\\.com",
|
||||||
|
"comment": "Notion-hosted docs - May require authentication"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"replacementPatterns": [
|
"replacementPatterns": [
|
||||||
|
|||||||
Reference in New Issue
Block a user