1
0
mirror of https://github.com/vbondarevsky/Connector.git synced 2024-11-21 17:36:49 +02:00

sonar.properties (#19)

This commit is contained in:
Alexey Sosnoviy 2019-10-15 15:51:21 +03:00 committed by Vladimir Bondarevskiy
parent ec6fc61dcd
commit 02d6ec732d
2 changed files with 17 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.DS_Store
ConfigDumpInfo.xml
.scannerwork/

15
sonar-project.properties Normal file
View File

@ -0,0 +1,15 @@
# must be unique in a given SonarQube instance
sonar.projectKey=connector
# this is the name displayed in the SonarQube UI
sonar.projectName=connector
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources=./src
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8