🔧 chore(sonar): add sonar-project properties file
- create sonar-project.properties for project configuration - set project key and organization for SonarCloud integration - specify source encoding and comment project metadata
This commit is contained in:
committed by
Jeremiah Russell
parent
14fbac39e3
commit
6ba47a4502
13
sonar-project.properties
Normal file
13
sonar-project.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
sonar.projectKey=jerus-org_cull-gmail
|
||||
sonar.organization=jerus-org
|
||||
|
||||
# This is the name and version displayed in the SonarCloud UI.
|
||||
#sonar.projectName=cull_gmail
|
||||
#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
|
||||
Reference in New Issue
Block a user