Skip to content

Commit efd4ace

Browse files
chore: update sonar-project.properties to reconfigure sonarqube scanning.
1 parent 853d846 commit efd4ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### service-bot sonarqube plugin managed file
22
sonar.coverage.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
33
sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml
4+
sonar.cpd.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
45
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
56
sonar.java.binaries=.
67
sonar.language=java

0 commit comments

Comments
 (0)