Skip to content

Commit

Permalink
chore: add sonar project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Nov 27, 2024
1 parent a10f7c9 commit a49ff77
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sonar.projectKey=MANTRA-Chain_mantrachain
sonar.organization=mantrachain

sonar.projectName=MANTRA Chain
sonar.project.monorepo.enabled=true

sonar.sources=.
sonar.exclusions=**/*.pb.go,**/*.pb.gw.go,**/*.pulsar.go,adr/**,**/*.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

0 comments on commit a49ff77

Please sign in to comment.