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 Oct 13, 2024
1 parent 1dadca4 commit 1800baa
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sonar.projectKey=kafka-connect-hdfs
sonar.sources=src/main/java
sonar.java.binaries=target/classes/**
sonar.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.test.inclusions=**/*Test.java,**/*IT.java,**/*Test*.java
### service-bot sonarqube plugin managed file
sonar.coverage.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml
sonar.java.tests.reportPaths=**/surefire/**
sonar.language=java
sonar.cpd.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
sonar.java.binaries=.
sonar.language=java
sonar.projectKey=kafka-connect-hdfs
sonar.sources=.

0 comments on commit 1800baa

Please sign in to comment.