-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsonar-project.properties
More file actions
26 lines (20 loc) · 851 Bytes
/
sonar-project.properties
File metadata and controls
26 lines (20 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
sonar.projectKey=davidaparicio_namecheck
sonar.organization=davidaparicio
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
# https://community.sonarsource.com/t/golang-code-coverage-difficulties/21348/2
# sonar.go.govet.reportPaths
# sonar.go.golint.reportPaths
# sonar.go.gometalinter.reportPaths
# sonar.go.golangci-lint.reportPaths
# sonar.externalIssuesReportPaths
# https://docs.sonarqube.org/latest/analyzing-source-code/importing-external-issues/importing-third-party-issues/
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=namecheck
#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