2019-03-01 17:20:20 -05:00
|
|
|
sonar.analysis.mode=preview #change this value to 'publish' if you want to make the resluts public
|
|
|
|
sonar.projectKey=jami:daemon
|
|
|
|
sonar.projectName=jami-daemon
|
|
|
|
sonar.projectVersion=1.0
|
|
|
|
sonar.language=c++
|
2019-03-05 11:15:29 -05:00
|
|
|
sonar.sources=ring-daemon/src/, ring-daemon/test/
|
|
|
|
sonar.cxx.includeDirectories=ring-daemon/contrib/x86_64-linux-gnu/include/
|
2019-03-01 17:20:20 -05:00
|
|
|
sonar.projectBaseDir=.
|
|
|
|
sonar.sourceEncoding=UTF-8
|
2019-03-05 11:15:29 -05:00
|
|
|
sonar.cxx.clangtidy.reportPath=ring-daemon/clang-tidy-report.txt
|
2019-03-01 17:20:20 -05:00
|
|
|
sonar.report.export.path=sonar-report.json
|