forked from xmidt-org/parodus2ccsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sonar-project.properties
34 lines (25 loc) · 1.16 KB
/
.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
25
26
27
28
29
30
31
32
33
# SPDX-FileCopyrightText: 2021 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
# Reference:
# https://github.com/SonarSource/sonarcloud_example_go-sqscanner-travis/blob/master/sonar-project.properties
# =====================================================
# Standard properties
# =====================================================
sonar.organization=xmidt-org
sonar.projectKey=xmidt-org_parodus2ccsp
sonar.projectName=parodus2ccsp
sonar.sources=source
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/xmidt-org/parodus2ccsp
sonar.links.ci=https://github.com/xmidt-org/parodus2ccsp/actions
sonar.links.scm=https://github.com/xmidt-org/parodus2ccsp
sonar.links.issue=https://github.com/xmidt-org/parodus2ccsp/issues
# =====================================================
# Properties specific to C
# =====================================================
sonar.cfamily.build-wrapper-output=build/bw-output
sonar.cfamily.threads=2
sonar.cfamily.cache.enabled=false
sonar.coverageReportPaths=build/coverage.xml