Configure sonarcloud analysis

This commit is contained in:
Alex Peters
2022-11-22 10:43:34 +01:00
committed by Mergify
parent 0c01842e96
commit 85cf1614fb

5
.sonarcloud.properties Normal file
View File

@@ -0,0 +1,5 @@
# see https://docs.sonarcloud.io/advanced-setup/automatic-analysis/
sonar.sources=.
sonar.exclusions=**/tests/**,**/benchmarks/**,**/ibctesting/**,**/wasmtesting/**,**/simulation/**,**/testdata/**,**/*.pb.go,**/*.pb.gw.go,**/*.test.go,**/test_*.go,**/*_fixtures.go,**/mock_*.go,**/*_mock.go
sonar.tests=.