docs: expand review exclusions

This commit is contained in:
2026-05-15 03:53:15 +00:00
parent 7a57c6a7c4
commit 90f269b553
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -80,6 +80,11 @@
"title": "repeated url_encode optimization", "title": "repeated url_encode optimization",
"reason": "The updated code already caches encoded path components per candidate." "reason": "The updated code already caches encoded path components per candidate."
}, },
{
"location": "entrypoint.sh:183-241",
"title": "owner-wide package scan / N+1 API",
"reason": "The action intentionally targets only the requested package names to avoid scanning unrelated packages."
},
{ {
"location": "entrypoint.sh(整體)", "location": "entrypoint.sh(整體)",
"title": "end-to-end tests", "title": "end-to-end tests",
+1
View File
@@ -88,3 +88,4 @@ jobs:
- `entrypoint.sh:149` 流式 JSON 合併 - `entrypoint.sh:149` 流式 JSON 合併
- `entrypoint.sh:204,215` 排序與日誌分離建議 - `entrypoint.sh:204,215` 排序與日誌分離建議
- `entrypoint.sh:243-286` 重複 `url_encode` 進一步最佳化 - `entrypoint.sh:243-286` 重複 `url_encode` 進一步最佳化
- `entrypoint.sh:183-241` 改回掃描 owner 全量套件的 N+1 API 建議