blob: 574c190513412bfdba6bc234ddee3eb9e7f2ffde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
sonar.host.url=https://sonarcloud.io
sonar.organization=randombit-github
sonar.projectKey=botan
sonar.projectName=Botan
sonar.sources=src
sonar.language=cpp
sonar.cpp.file.suffixes=.cpp,.h
sonar.cfamily.build-wrapper-output=bw-outputs
sonar.sourceEncoding=UTF-8
# Sonar thinks these are duplicates
sonar.exclusions=build/include/botan/*.h,build/include/botan/internal/*.h,build/include/external/*.h
sonar.cfamily.llvm-cov.reportPath=build/cov_report.txt
|