-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsonar-project.properties
More file actions
36 lines (27 loc) · 1011 Bytes
/
sonar-project.properties
File metadata and controls
36 lines (27 loc) · 1011 Bytes
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
# 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=ladislas_SwiftEventCenter
sonar.organization=ladislas-github
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=Swift Event Center
sonar.projectVersion=1.1.1
sonar.links.homepage=https://github.com/ladislas/SwiftEventCenter
sonar.links.ci=https://travis-ci.org/ladislas/SwiftEventCenter
# Sources
# Path is relative to the sonar-project.properties file.
sonar.sources=Sources
#sonar.inclusions=
#sonar.exclusions=
# Tests
sonar.tests=Tests
#sonar.test.inclusions=
#sonar.test.exclusions=
# Coverage report
sonar.coverageReportPaths=sonarscanner-coverage-report.xml
#sonar.coverage.exclusions=
# Misc
sonar.host.url=https://sonarcloud.io
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8