Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
Lab03
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
问题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
银宸时代
CP Lab Group
实验项目模板
Lab03
提交
fce8e8f2
提交
fce8e8f2
3月 13, 2020
创建
作者:
赵鹏翀
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
del sonar property file
上级
f8b2f960
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
3 行增加
和
24 行删除
+3
-24
LEX.puo
LEX.puo
+0
-0
lex.backup
lex.backup
+1
-0
main.c
main.c
+0
-0
scan.txt
scan.txt
+2
-2
sonar-project.properties
sonar-project.properties
+0
-22
没有找到文件。
LEX.puo
浏览文件 @
fce8e8f2
没有这种文件类型的预览
lex.backup
0 → 100644
浏览文件 @
fce8e8f2
Compressed tables always back up.
main.c
浏览文件 @
fce8e8f2
差异被折叠。
点击展开。
scan.txt
浏览文件 @
fce8e8f2
...
...
@@ -102,10 +102,10 @@ int main(int argc, char* argv[])
{
TokenType tt;
// 使用第一个参数输入待处理文件的名称,若没有
没有
输入此参数就报告错误
// 使用第一个参数输入待处理文件的名称,若没有输入此参数就报告错误
if(argc < 2)
{
printf("Usage:
scan
.exe filename.\n");
printf("Usage:
app
.exe filename.\n");
return 1;
}
...
...
sonar-project.properties
deleted
100644 → 0
浏览文件 @
f8b2f960
# required metadata
sonar.language
=
c
# path to source directories (required)
sonar.sources
=
./
# path to the build artifact
sonar.artifact.path
=
build/app
# paths to the reports
sonar.c.cppcheck.reportPath
=
./build/cppcheck-report.xml
#sonar.c.pclint.reportPath=./build/pclint-report.xml
#sonar.c.coverage.reportPath=./build/gcovr-report*.xml
#sonar.c.coverage.itReportPath=./build/gcovr-report*.xml
#sonar.c.coverage.overallReportPath=./build/gcovr-report*.xml
sonar.c.valgrind.reportPath
=
./build/valgrind-report.xml
sonar.c.vera.reportPath
=
./build/vera-report.xml
#sonar.c.rats.reportPath=./build/rats-report.xml
#sonar.c.xunit.reportPath=./build/xunit-report.xml
#sonar.c.drmemory.reportPath=./build/drmemory-logs/**/results.txt
sonar.c.includeDirectories
=
/usr/include/,/usr/include/linux,/usr/include/x86_64-linux-gnu/bits,/usr/include/x86_64-linux-gnu/sys,/usr/include/c++/5/tr1,./
编写
预览
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论