Create sonar-project.properties

This commit is contained in:
xiaoyifang 2022-12-02 14:53:36 +08:00 committed by GitHub
parent e80b277e90
commit 1e29bbd5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
sonar-project.properties Normal file
View file

@ -0,0 +1,12 @@
sonar.projectKey=xiaoyifang_goldendict
sonar.organization=xiaoyifang
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=goldendict
#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