forked from hyperledger-iroha/iroha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
27 lines (22 loc) · 1.27 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
sonar.sourceEncoding=UTF-8
sonar.projectKey=hyperledger:iroha
sonar.projectName=Iroha
sonar.host.url=https://sonar.soramitsu.co.jp
sonar.language=c++
sonar.cpp.std=c++17
sonar.sources=irohad,iroha-cli,libs,shared_model
sonar.binaries=build/bin,build/test_bin
sonar.exclusions=**/*.txt, **/*.md, **/*.proto, **/*.cmake, **/*.sh
sonar.cxx.compiler.parser=GCC
sonar.artifact.path=build
sonar.tests=test
sonar.test.exclusions=**/*.txt, **/*.sh, **/*.py, **/*.yml, **/*.md, test/system/irohad_test_data/*, **/*.env, **/Dockerfile, **/*.json
sonar.cxx.jsonCompilationDatabase=build/compile_commands.json
sonar.cxx.coverage.reportPath=build/reports/gcovr*.xml
sonar.cxx.coverage.itReportPath=build/reports/gcovr*.xml
sonar.cxx.coverage.overallReportPath=build/reports/gcovr*.xml
sonar.cxx.valgrind.reportPath=build/reports/valgrind*.xml
sonar.cxx.cppcheck.reportPath=build/reports/cppcheck*.xml
sonar.cxx.vera.reportPath=build/reports/vera*.xml
sonar.cxx.xunit.reportPath=build/reports/xunit*.xml
sonar.cxx.includeDirectories=/usr/include/c++/7,/usr/include/x86_64-linux-gnu/c++/7,/usr/include/c++/7/backward,/usr/lib/gcc/x86_64-linux-gnu/7/include,/usr/local/include,/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed,/usr/include/x86_64-linux-gnu,/usr/include,shared_model,libs,irohad,test,iroha-cli