summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/configs/sonar-project.properties
blob: 38c214642faa01c29c8759e4689651ceecf4b189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sonar.host.url=https://sonarcloud.io

sonar.organization=randombit-github
sonar.projectKey=botan

sonar.cfamily.threads=3

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