Skip to content

Commit 46253c8

Browse files
committed
Fixing sonarqube
1 parent 6036f13 commit 46253c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
6363
-Dsonar.projectName=${{ github.event.repository.name }}
6464
-Dsonar.projectKey=${{ github.event.repository.name }}
65-
-Dsonar.sources="${{ github.workspace }}/src"
6665
-Dsonar.exclusions='**/tests/**/*.*'
6766
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6867
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
@@ -78,7 +77,6 @@ jobs:
7877
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
7978
-Dsonar.projectName=${{ github.event.repository.name }}
8079
-Dsonar.projectKey=${{ github.event.repository.name }}
81-
-Dsonar.sources="${{ github.workspace }}/src"
8280
-Dsonar.exclusions='**/tests/**/*.*'
8381
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
8482
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)