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
GunalKupta committed Dec 23, 2024
1 parent 86bbc92 commit 47129ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
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=protobuf-serializer/**
sonar.exclusions=**/*.pb.*,**/mk-include/**/*,protobuf-serializer/**
sonar.java.binaries=.
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
sonar.java.binaries=core
sonar.language=java
sonar.projectKey=schema-registry
sonar.sources=core
sonar.sources=.

0 comments on commit 47129ab

Please sign in to comment.