Skip to content

Commit

Permalink
fix: missing sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Apr 21, 2023
1 parent 650b351 commit f87f81d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sonar.projectKey=TrackER-Corporation_TrackER-UI
sonar.organization=tracker-corporation

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=TrackER-UI
#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

0 comments on commit f87f81d

Please sign in to comment.