2019-03-05 13:40:28 -05:00
|
|
|
sonar.analysis.mode=preview
|
|
|
|
#change this value to 'publish' if you want to make the results public
|
2019-03-01 17:20:20 -05:00
|
|
|
sonar.projectKey=jami:daemon
|
|
|
|
sonar.projectName=jami-daemon
|
|
|
|
sonar.projectVersion=1.0
|
|
|
|
sonar.language=c++
|
2019-03-15 17:21:52 -04:00
|
|
|
sonar.sources=ring-daemon/src/, ring-daemon/bin/
|
|
|
|
sonar.tests=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-15 12:17:21 -04:00
|
|
|
sonar.cxx.clangtidy.reportPath=clang-tidy-report.txt
|
|
|
|
sonar.report.export.path=sonar-report.json
|