Merge pull request #1105 from CosmWasm/sonarcloud

Configure sonarcloud analysis
This commit is contained in:
Alexander Peters
2023-03-06 17:31:56 +01:00
committed by GitHub

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=.