Skip to content

Commit

Permalink
chore: update sonar-project.properties to reconfigure sonarqube scann…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
ConfluentSemaphore committed Nov 10, 2024
1 parent 4d239ba commit 7857d88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### service-bot sonarqube plugin managed file
sonar.coverage.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.cpd.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
sonar.go.coverage.reportPaths=**/coverage.txt
sonar.language=go
sonar.projectKey=confluent-kafka-go
sonar.sources=.

0 comments on commit 7857d88

Please sign in to comment.