forked from ihhub/fheroes2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
26 lines (19 loc) · 879 Bytes
/
sonar-project.properties
File metadata and controls
26 lines (19 loc) · 879 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
sonar.projectKey=ihhub_fheroes2
sonar.organization=ihhub
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=fheroes2
# CI will automatically replace this with the contents of the version.txt file.
sonar.projectVersion=%{version}
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.cfamily.threads=2
# Properties specific to the C/C++ analyzer:
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=.
sonar.links.homepage=https://github.com/ihhub/fheroes2
sonar.links.ci=https://github.com/ihhub/fheroes2/actions
sonar.links.scm=https://github.com/ihhub/fheroes2
sonar.links.issue=https://github.com/ihhub/fheroes2/issues
sonar.exclusions=src/thirdparty/**/*,bw-output