Skip to content

Commit

Permalink
sonar updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KenWilliamson committed Aug 22, 2023
1 parent b77ff3e commit f0a0587
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# must be unique in a given SonarQube instance
sonar.projectKey=Ulbora_go-micro-blog-ui
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=go-micro-blog-ui
sonar.projectVersion=1.0
sonar.organization=ulboralabs

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,scripts/**/*,/docs/**/*,main.go,static/**/*
sonar.test.inclusions=**/*_test.go
sonar.host.url=https://sonarcloud.io
sonar.go.coverage.reportPaths=delegates/coverage.out, signins/coverage.out, handlers/coverage.out


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

0 comments on commit f0a0587

Please sign in to comment.