chore: remove chinese comment

This commit is contained in:
Joel
2025-12-02 22:09:31 +08:00
parent 5012685aa9
commit 19de28aeea

View File

@@ -49,7 +49,7 @@ function getFileComplexity(filePath) {
functionComplexities.push({
line: msg.line,
// functionName: extractFunctionName(code, msg.line), // 可选:尝试获取函数名
// functionName: extractFunctionName(code, msg.line),
score: score,
// message: msg.message
});