We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad16005 commit fc33524Copy full SHA for fc33524
sonar-project.properties
@@ -6,7 +6,7 @@ sonar.go.tests.reportPaths=gotest.json
6
sonar.go.coverage.reportPaths=coverprofile.out
7
8
# excludde
9
-sonar.exclusions=doc/**
+sonar.exclusions=doc/**,**/*_test.go
10
sonar.coverage.exclusions=doc/**,**/*_test.go
11
12
# This is the name and version displayed in the SonarCloud UI.
0 commit comments