提交 fce8e8f2 创建 作者: 赵鹏翀's avatar 赵鹏翀

del sonar property file

上级 f8b2f960
没有这种文件类型的预览
Compressed tables always back up.
差异被折叠。
...@@ -102,10 +102,10 @@ int main(int argc, char* argv[]) ...@@ -102,10 +102,10 @@ int main(int argc, char* argv[])
{ {
TokenType tt; TokenType tt;
// 使用第一个参数输入待处理文件的名称,若没有没有输入此参数就报告错误 // 使用第一个参数输入待处理文件的名称,若没有输入此参数就报告错误
if(argc < 2) if(argc < 2)
{ {
printf("Usage: scan.exe filename.\n"); printf("Usage: app.exe filename.\n");
return 1; return 1;
} }
......
# 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论