From 55eae3517b6757df1dfe9e765ecedf7da3f5460d Mon Sep 17 00:00:00 2001 From: Yuanruitao <1075097840@qq.com> Date: Wed, 22 Feb 2023 11:49:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=20#26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- src/backend/core/task.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec33037..959c739 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .codecc .idea -.vscode \ No newline at end of file +.vscode +target diff --git a/src/backend/core/task.json b/src/backend/core/task.json index 0ccaa76..6919fac 100644 --- a/src/backend/core/task.json +++ b/src/backend/core/task.json @@ -254,7 +254,7 @@ "os": ["LINUX", "MACOS", "WINDOWS"], "labelCodes": [], "summary":"Support all CodeCC code inspection tools under Linux, MacOS, and Windows systems, including code defects (bkcheck, etc.), security vulnerabilities (sensitive information, high-risk components, etc.), code specifications (CppLint, CheckStyle, etc.), cyclomatic complexity, repetition rate, etc. .", - "description": "${{indexFile(\"doc/aboutCodeCC_en.md\")}}", + "description": "${{indexFile(\"docs/aboutCodeCC_en.md\")}}", "configInfo": { "frontendType": "SPECIAL" },