Skip to content

Commit c4ff3ca

Browse files
chore: update repo by service bot (#147)
* removing generated internal project.yml * chore: update repo semaphore config * chore: update sonar-project.properties to reconfigure sonarqube scanning. --------- Co-authored-by: ConfluentSemaphore <[email protected]>
1 parent c328e8c commit c4ff3ca

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

.semaphore/project.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.semaphore/semaphore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ blocks:
3737
jobs:
3838
- name: Test
3939
commands:
40-
- pip install confluent-release-tools -q
4140
- . sem-pint
4241
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
4342
- cve-scan

sonar-project.properties

Lines changed: 1 addition & 0 deletions
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)