We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c01842 commit 85cf161Copy full SHA for 85cf161
.sonarcloud.properties
@@ -0,0 +1,5 @@
1
+# see https://docs.sonarcloud.io/advanced-setup/automatic-analysis/
2
+sonar.sources=.
3
+sonar.exclusions=**/tests/**,**/benchmarks/**,**/ibctesting/**,**/wasmtesting/**,**/simulation/**,**/testdata/**,**/*.pb.go,**/*.pb.gw.go,**/*.test.go,**/test_*.go,**/*_fixtures.go,**/mock_*.go,**/*_mock.go
4
+
5
+sonar.tests=.
0 commit comments