mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-27 10:20:04 +00:00
35 lines
1.1 KiB
Properties
35 lines
1.1 KiB
Properties
# 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_parodus
|
|
sonar.projectName=parodus
|
|
|
|
sonar.sources=src
|
|
|
|
# =====================================================
|
|
# Meta-data for the project
|
|
# =====================================================
|
|
|
|
sonar.links.homepage=https://github.com/xmidt-org/parodus
|
|
sonar.links.ci=https://github.com/xmidt-org/parodus/actions
|
|
sonar.links.scm=https://github.com/xmidt-org/parodus
|
|
sonar.links.issue=https://github.com/xmidt-org/parodus/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
|
|
|