sonar.projectKey=cosmos_cosmos-sdk sonar.organization=cosmos sonar.projectName=Cosmos SDK sonar.project.monorepo.enabled=true sonar.sources=. sonar.exclusions=**/*_test.go,tests/**,**/testutil/**,**/*.pb.go,**/*.pb.gw.go,**/*.pulsar.go,test_helpers.go,docs/**,**/*.java,client/docs/**, sonar.tests=. sonar.test.inclusions=**/*_test.go,tests/**,**/testutil/** sonar.go.coverage.reportPaths=coverage.out,*profile.out sonar.python.version=3 sonar.sourceEncoding=UTF-8 sonar.scm.provider=git # Exclude C/C++/Objective-C files from analysis sonar.c.file.suffixes=- sonar.cpp.file.suffixes=- sonar.objc.file.suffixes=-