forked from AcademySoftwareFoundation/OpenColorIO
-
Notifications
You must be signed in to change notification settings - Fork 5
/
sonar-project.properties
28 lines (23 loc) · 955 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
25
26
27
28
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenColorIO Project.
#
# SonarCloud analysis configuration file
# https://sonarcloud.io/documentation/analysis/analysis-parameters/
sonar.host.url=https://sonarcloud.io
# Required metadata
sonar.organization=academysoftwarefoundation
sonar.projectKey=AcademySoftwareFoundation_OpenColorIO
sonar.projectName=OpenColorIO
sonar.projectVersion=2.0
# Project links
sonar.links.homepage=http://opencolorio.org
sonar.links.ci=https://github.com/AcademySoftwareFoundation/OpenColorIO/actions
sonar.links.scm=https://github.com/AcademySoftwareFoundation/OpenColorIO
sonar.links.issue=https://github.com/AcademySoftwareFoundation/OpenColorIO/issues
# Source properties
sonar.sources=include,src
sonar.sourceEncoding=UTF-8
sonar.exclusions=src/bindings/java/**,*.java
# C/C++ analyzer properties
sonar.cfamily.build-wrapper-output=_build/bw_output
sonar.cfamily.gcov.reportsPath=_coverage