Skip to content

Commit 4a82111

Browse files
committed
fix: update quality gates in sonar
1 parent 128c7b4 commit 4a82111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sonar-project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ sonar.tests=.
1212
sonar.test.inclusions=**/*_test.go
1313
sonar.test.exclusions=**/*_generated*.go,**/*_generated/**,**/vendor/**
1414

15+
# Encoding of the source code. Default is default system encoding
1516
sonar.sourceEncoding=UTF-8
17+
sonar.qualitygate.wait=true
1618

1719
# go
1820
sonar.go.coverage.reportPaths=.coverage/out

0 commit comments

Comments
 (0)