Skip to content

Commit

Permalink
Add sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-feher-sonarsource committed Apr 9, 2024
1 parent a4de4a2 commit 09ef87b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=test-org-csaba
sonar.projectKey=test-org-csaba_csaba-test
sonar.host.url=https://sonarcloud.io

# --- 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=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 09ef87b

Please sign in to comment.