-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathsonar-project.properties
More file actions
25 lines (20 loc) · 1 KB
/
sonar-project.properties
File metadata and controls
25 lines (20 loc) · 1 KB
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
sonar.projectKey=CubbyFlow
sonar.projectName=CubbyFlow
sonar.projectVersion=0.72
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/CubbyFlow/CubbyFlow
sonar.links.ci=https://travis-ci.org/CubbyFlow/CubbyFlow
sonar.links.scm=https://github.com/CubbyFlow/CubbyFlow
sonar.links.issue=https://github.com/CubbyFlow/CubbyFlow/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=.
sonar.exclusions=README.md,3RD-PARTY.md,Dockerfile,setup.py,Documents/**,Examples/**,Libraries/**,Medias/**,Resources/**,Scripts/**,Sources/Core/Flatbuffers/generated/**,deps/**
# Properties specific to the C/C++ analyzer:
sonar.cfamily.threads=2
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=build/Tests/UnitTests/CMakeFiles