From 12c24243b298b57d5739a0accd16f0da81486b0b Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Thu, 12 Sep 2024 09:11:43 +0800 Subject: [PATCH] Update cpp_check.py --- tools/ci/cpp_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/cpp_check.py b/tools/ci/cpp_check.py index f729c30bcba..8a4e05169ff 100644 --- a/tools/ci/cpp_check.py +++ b/tools/ci/cpp_check.py @@ -75,6 +75,8 @@ def check(self): logging.info(result.stdout.decode()) logging.info(result.stderr.decode()) if result.stderr: + add_summary("The following errors are for reference only. If they are not actual issues, please ignore them and do not make unnecessary modifications.") + add_summary("以下错误仅供参考,如果发现没有问题,请直接忽略,不需要强行修改") add_summary(f"- :rotating_light: {result.stderr.decode()}") check_result = False return check_result