Skip to content

Commit

Permalink
Update sonar configs
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 16, 2024
1 parent 3e087f8 commit 3c2c656
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sonar.projectKey=Finschia_finschia-sdk
sonar.organization=finschia

sonar.projectName=Finschia 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=-

0 comments on commit 3c2c656

Please sign in to comment.