We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128c7b4 commit 4a82111Copy full SHA for 4a82111
1 file changed
sonar-project.properties
@@ -12,7 +12,9 @@ sonar.tests=.
12
sonar.test.inclusions=**/*_test.go
13
sonar.test.exclusions=**/*_generated*.go,**/*_generated/**,**/vendor/**
14
15
+# Encoding of the source code. Default is default system encoding
16
sonar.sourceEncoding=UTF-8
17
+sonar.qualitygate.wait=true
18
19
# go
20
sonar.go.coverage.reportPaths=.coverage/out
0 commit comments