Fix SonarCloud Analysis on 2.1.x branch

By adding sonar-project.properties from master
This commit is contained in:
derselbst 2021-01-02 17:14:32 +01:00
parent 26710f1076
commit 17dfadbd0b

16
sonar-project.properties Normal file
View file

@ -0,0 +1,16 @@
sonar.projectKey=FluidSynth_fluidsynth
sonar.organization=fluidsynth
sonar.cfamily.threads=4
sonar.cfamily.cache.enabled=false
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=fluidsynth
#sonar.projectVersion=1.0
# 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