chore(knip): drop the now-unused rg binary exemption

tool-fs-search no longer spawns rg from PATH after the packaged-binary
switch, so its per-workspace ignoreBinaries entry is stale.
This commit is contained in:
Huanqi Cao
2026-08-01 18:15:11 +08:00
parent 18700f428d
commit 7206c6019a
-3
View File
@@ -566,9 +566,6 @@
"project": [
"src/**/*.ts",
"tests/**/*.ts"
],
"ignoreBinaries": [
"rg"
]
},
"packages/mcp/mcp-client": {