Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Create sonar.properties #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions sonar.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=Dotnet-Sample

# --- optional properties ---

# defaults to project key
sonar.projectName=Dotnet-Sample
# defaults to 'not provided'
sonar.projectVersion=1.2

# 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