-
Notifications
You must be signed in to change notification settings - Fork 19
/
.sonarcloud.properties
38 lines (29 loc) · 1.2 KB
/
.sonarcloud.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
34
35
36
37
38
# Sonar Project Properties file
# More informtion can be found here:
# https://docs.sonarqube.org/display/SONAR/Analysis+Parameters
# must be unique in a given SonarQube instance
sonar.projectKey=VAUX
sonar.organization=mbarnach
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=VAUX
sonar.projectVersion=1.0
sonar.links.homepage=https://github.com/dokun1/Vaux
sonar.links.ci=https://travis-ci.com/dokun1/Vaux
# Sources
# Path is relative to the sonar-project.properties file.
sonar.sources=Sources
#sonar.inclusions=
# sonar.exclusions=Sources/Swift-Travis-Sonarcloud-CI/File_to_exclude_in_sources.swift, \
# Sources/Swift-Travis-Sonarcloud-CI/FolderToExcludeFromSources/**
# Tests
sonar.tests=Tests
#sonar.test.inclusions=
#sonar.test.exclusions=
# Coverage report
sonar.coverageReportPaths=sonarscanner-coverage-report.xml
# sonar.coverage.exclusions=Sources/Swift-Travis-Sonarcloud-CI/File_to_exclude_in_coverage.swift, \
# Sources/Swift-Travis-Sonarcloud-CI/FolderToExcludeFromCoverage/**
# Misc
sonar.host.url=https://sonarcloud.io
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8