Skip to content
Snippets Groups Projects
Commit 6ab8a300 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

sonar-project: update configuration

Change-Id: I6bfe815c797693e2e1271c968fa6f12f369ce5d8
(cherry picked from commit 4f5fc6ad9728a583569c6a1896c0dc8264fa022a)
parent cfdc5bc2
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ sonar.projectKey=jami:daemon ...@@ -4,9 +4,9 @@ sonar.projectKey=jami:daemon
sonar.projectName=jami-daemon sonar.projectName=jami-daemon
sonar.projectVersion=1.0 sonar.projectVersion=1.0
sonar.language=c++ sonar.language=c++
sonar.sources=ring-daemon/src/, ring-daemon/bin/ sonar.sources=daemon/src/, daemon/bin/
sonar.tests=ring-daemon/test/ sonar.tests=daemon/test/
sonar.cxx.includeDirectories=ring-daemon/contrib/x86_64-linux-gnu/include/ sonar.cxx.includeDirectories=daemon/contrib/x86_64-linux-gnu/include/
sonar.projectBaseDir=. sonar.projectBaseDir=.
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8
sonar.cxx.clangtidy.reportPath=clang-tidy-report.txt sonar.cxx.clangtidy.reportPath=clang-tidy-report.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment