forked from satisfactorymodding/SatisfactoryModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
21 lines (15 loc) · 797 Bytes
/
Copy pathsonar-project.properties
File metadata and controls
21 lines (15 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sonar.projectKey=satisfactorymodding_SatisfactoryModLoader
sonar.organization=satisfactorymodding
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=SatisfactoryModLoader
sonar.projectVersion=3.1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=Plugins/Alpakit,Plugins/SML,Plugins/SMLEditor,Plugins/ExampleMod
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.cfamily.build-wrapper-output=bw-output
sonar.host.url=https://sonarcloud.io
sonar.scm.exclusions.disabled=true
sonar.cfamily.cache.enabled=false
sonar.coverage.exclusions=**/*
sonar.exclusions=Plugins/**/ThirdParty/**/*,Plugins/*/Intermediate/**/Inc/**/*,Plugins/*/Intermediate/**/Definitions.*.h