diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 0000000000..39468de8d3 --- /dev/null +++ b/.sonarcloud.properties @@ -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=.