Files
cull-gmail/sonar-project.properties
Jeremiah Russell 6ba47a4502 🔧 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
2025-09-29 22:28:57 +01:00

13 lines
388 B
Properties

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