Skip to content

Commit ade707f

Browse files
committed
Remove vendor again
1 parent 7de4fdd commit ade707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-scanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar_scanner() {
77
-Dsonar.host.url='https://sonarqube.split-internal.com' \
88
-Dsonar.login="$SONAR_TOKEN" \
99
-Dsonar.ws.timeout='300' \
10-
-Dsonar.sources='./src,./vendor' \
10+
-Dsonar.sources='./src' \
1111
-Dsonar.projectName='php-client' \
1212
-Dsonar.exclusions='**/tests/**/*.*' \
1313
-Dsonar.links.ci='https://travis-ci.com/splitio/php-client' \

0 commit comments

Comments
 (0)