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) · 1001 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=com.sonarqube.examples.c-sqscanner-travis-project
sonar.projectName=C SQ-Scanner-based project analyzed on SonarCloud using Travis
sonar.projectVersion=1.0-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/SonarSource/sq-com_example_c-sqscanner-travis
sonar.links.ci=https://travis-ci.org/SonarSource/sq-com_example_c-sqscanner-travis
sonar.links.scm=https://github.com/SonarSource/sq-com_example_c-sqscanner-travis
sonar.links.issue=https://github.com/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=.