docs: expand review exclusions
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 建議
|
||||||
|
|||||||
Reference in New Issue
Block a user