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 Aug 28, 2024
1 parent c8c7e25 commit 2c1b376
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### service-bot sonarqube plugin managed file
sonar.coverage.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml
sonar.cpd.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
sonar.java.binaries=.
sonar.language=java
sonar.projectKey=debezium
sonar.sources=.

0 comments on commit 2c1b376

Please sign in to comment.