Files
jami-daemon/sonar-project.properties
mfenjiro 9a7498d4da SonarQube:fixes
Change-Id: I1e3647227bdf225267e78d98305bd81d335a72e8
2019-03-15 17:21:52 -04:00

14 lines
502 B
Properties

sonar.analysis.mode=preview
#change this value to 'publish' if you want to make the results public
sonar.projectKey=jami:daemon
sonar.projectName=jami-daemon
sonar.projectVersion=1.0
sonar.language=c++
sonar.sources=ring-daemon/src/, ring-daemon/bin/
sonar.tests=ring-daemon/test/
sonar.cxx.includeDirectories=ring-daemon/contrib/x86_64-linux-gnu/include/
sonar.projectBaseDir=.
sonar.sourceEncoding=UTF-8
sonar.cxx.clangtidy.reportPath=clang-tidy-report.txt
sonar.report.export.path=sonar-report.json