Skip to content

Commit

Permalink
Create sonar-project.properties
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Schmitz <[email protected]>
  • Loading branch information
jschm42 authored Jun 19, 2024
1 parent 1ac8642 commit 4e7dbaf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Must be unique in a given SonarQube instance
sonar.projectKey=TalkforgeAI

# This is the name and version displayed in the SonarQube UI.
# Was mandatory prior to SonarQube 6.1.
sonar.projectName=TalkforgeAI
sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file.
# Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src

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

0 comments on commit 4e7dbaf

Please sign in to comment.