forked from SonarSource/sq-com_example_c-sqscanner-travis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
24 lines (18 loc) · 974 Bytes
/
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
sonar.projectKey=travis-example
sonar.projectName=travis-example
sonar.projectVersion=1.0-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/geoffray-adde-sonarsource/sq-com_example_c-sqscanner-travis
sonar.links.ci=https://travis-ci.org/geoffray-adde-sonarsource/sq-com_example_c-sqscanner-travis
sonar.links.scm=https://github.com/geoffray-adde-sonarsource/sq-com_example_c-sqscanner-travis
sonar.links.issue=https://github.com/geoffray-adde-sonarsource/sq-com_example_c-sqscanner-travis/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=.
# Properties specific to the C/C++ analyzer:
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=.