提交 7c57a87c 创建 作者: 宋海霞's avatar 宋海霞

modify

上级 d8823734
流水线 #156830 已通过 于阶段
用时 1 分 27 秒
......@@ -6,7 +6,7 @@ stages:
- code-analysis
variables:
TEACHERCHECK_REPO: "engintime/cpp-lab/teachers-packet/c-language/Lab011.git"
TEACHERCHECK_REPO: "engintime-cs/teacher-group/shx/Test/casegroup/teachers-packet/read-pointfile-writefile-dat.git"
.codecode-runner: &codecode-runner
tags:
......
  • Developer

    代码质量分析发现了 7 个问题。

    • 0 blocker
    • 🚫 0 critical
    • 0 major
    • 🔽 4 minor
    • 3 info

    注意: 存在下列问题的代码行在本次提交中没有发生变更,无法使用代码行评论的方式进行报告。所以将下列问题汇总显示在这里(点击问题链接可以转到对应的源代码行):

    1. 🔽 Cppcheck cannot find all the include files. Cppcheck can check the code without the include files found. But the results will probably be more accurate if all the include files are found. Please check your project's include directories and add all of them as include directories for Cppcheck. To see what files Cppcheck cannot find use --check-config. (ProjectKey-176961) 📘
    2. 🔽 Variable 'b' is assigned a value that is never used. 📘
    3. 🔽 Either the condition 'fp2!=0' is redundant or there is possible null pointer dereference: fp2. 📘
    4. 🔽 Either the condition 'fp!=0' is redundant or there is possible null pointer dereference: fp. 📘
    5. keyword 'if' not followed by a single space 📘
    6. closing curly bracket not in the same line or column 📘
    7. closing curly bracket not in the same line or column 📘
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论