Added SonarQube project properties

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-09-02 13:23:33 +02:00
parent 8aac3ae30f
commit ee38a74382
1 changed files with 15 additions and 0 deletions

15
sonar-project.properties Normal file
View File

@ -0,0 +1,15 @@
# must be unique in a given SonarQube instance
sonar.projectKey=masterthesis
# --- optional properties ---
# defaults to project key
#sonar.projectName=My project
# defaults to 'not provided'
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=src
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8