docs(comments): 移除與 isUnclassified JSDoc 重複的冗餘行內註解

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-06-26 14:41:41 +08:00
co-authored by Claude Opus 4.8
parent 775cc575ae
commit 55b5c6f68e
-1
View File
@@ -127,7 +127,6 @@ function newFindingsOnly(findings) {
return findings.filter(f => f.is_new !== false); return findings.filter(f => f.is_new !== false);
} }
// 等級無法歸入 critical/warning/info(例如缺漏或無法辨識)時,歸入「無法標示」
/** /**
* 判斷 finding 等級是否無法歸入 critical/warning/info(無法標示)。 * 判斷 finding 等級是否無法歸入 critical/warning/info(無法標示)。
* *