Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
docs: update sonarqube prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrunotome committed Sep 6, 2020
1 parent 0e61122 commit 6ddb456
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A Laravel API starter kit collection using different structures.
[![Build Status](https://img.shields.io/github/forks/ibrunotome/laravel-api-templates.svg)](https://github.com/ibrunotome/laravel-api-templates)
[![License](https://img.shields.io/github/license/ibrunotome/laravel-api-templates.svg)](https://github.com/ibrunotome/laravel-api-templates)

<img width="100%" alt="Screen Shot 2019-05-26 at 18 17 08" src="https://user-images.githubusercontent.com/4256471/58387277-7b54c400-7fe2-11e9-8f1b-9e78e6cf3205.png">
<img width="100%" alt="Screen Shot 2020-09-05 at 21 38 49" src="https://user-images.githubusercontent.com/4256471/92316055-02a22d00-efc5-11ea-9eb4-0ee66fdcf76b.png">

<img width="100%" alt="Screenshot 2019-05-26 18 07 03" src="https://user-images.githubusercontent.com/4256471/58387178-177dcb80-7fe1-11e9-90ec-d1ec120ef4c4.png">
<img width="100%" alt="Screen Shot 2020-09-05 at 22 12 44" src="https://user-images.githubusercontent.com/4256471/92316054-00d86980-efc5-11ea-9e54-8346074b03d3.png">

<img width="100%" alt="Screen Shot 2019-05-26 at 11 29 40" src="https://user-images.githubusercontent.com/4256471/88347604-7643ef80-cd21-11ea-8f4b-eecda9a6162d.png">

Expand Down
6 changes: 3 additions & 3 deletions default-structure/docker-compose.sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: sonarqube:alpine
container_name: default-structure-sonarqube
volumes:
- .:/app
- .:/var/www
ports:
- 9000:9000
- 9092:9092
Expand All @@ -14,9 +14,9 @@ services:
sonar-scanner:
image: openjdk:latest
container_name: default-structure-sonar-scanner
command: bash -c "sleep 60 && java -jar /app/tests/sonar-scanner/sonar-scanner-cli-3.2.0.1227.jar -Dsonar.projectKey=default -Dsonar.sources=/app/app -Dsonar.php.tests.reportPath=/app/tests/coverage/logfile.xml -Dsonar.php.coverage.reportPaths=/app/tests/coverage/coverage.xml -Dsonar.global.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.coverage.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.sonar.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php -Dsonar.cpd.exclusions=**Seed.php,**Factory.php,**table.php,**Policy.php,**Test.php,**Cost.php,**Limit.php,**Price.php,**Stop.php,**candlestick.php,**Notification.php -Dsonar.host.url=http://sonarqube:9000 -Dsonar.login=</app/tests/sonar-scanner/sonar-runner.key"
command: bash -c "sleep 60 && java -jar /var/www/tests/sonar-scanner/sonar-scanner-cli-3.2.0.1227.jar -Dsonar.projectKey=default -Dsonar.sources=/var/www/app -Dsonar.php.tests.reportPath=/var/www/tests/coverage/logfile.xml -Dsonar.php.coverage.reportPaths=/var/www/tests/coverage/coverage.xml -Dsonar.global.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.coverage.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.sonar.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php -Dsonar.cpd.exclusions=**Seed.php,**Factory.php,**table.php,**Policy.php,**Test.php,**Cost.php,**Limit.php,**Price.php,**Stop.php,**candlestick.php,**Notification.php -Dsonar.host.url=http://sonarqube:9000 -Dsonar.login=</var/www/tests/sonar-scanner/sonar-runner.key"
volumes:
- .:/app
- .:/var/www
networks:
- default

Expand Down
6 changes: 3 additions & 3 deletions modular-structure/docker-compose.sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: sonarqube:alpine
container_name: modular-structure-sonarqube
volumes:
- .:/app
- .:/var/www
ports:
- 9000:9000
- 9092:9092
Expand All @@ -14,9 +14,9 @@ services:
sonar-scanner:
image: openjdk:latest
container_name: modular-structure-sonar-scanner
command: bash -c "sleep 60 && java -jar /app/tests/sonar-scanner/sonar-scanner-cli-3.2.0.1227.jar -Dsonar.projectKey=default -Dsonar.sources=/app/app -Dsonar.php.tests.reportPath=/app/tests/coverage/logfile.xml -Dsonar.php.coverage.reportPaths=/app/tests/coverage/coverage.xml -Dsonar.global.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.coverage.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.sonar.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php -Dsonar.cpd.exclusions=**Seed.php,**Factory.php,**table.php,**Policy.php,**Test.php,**Cost.php,**Limit.php,**Price.php,**Stop.php,**candlestick.php,**Notification.php -Dsonar.host.url=http://sonarqube:9000 -Dsonar.login=</app/tests/sonar-scanner/sonar-runner.key"
command: bash -c "sleep 60 && java -jar /var/www/tests/sonar-scanner/sonar-scanner-cli-3.2.0.1227.jar -Dsonar.projectKey=modular -Dsonar.sources=/var/www/app -Dsonar.php.tests.reportPath=/var/www/tests/coverage/logfile.xml -Dsonar.php.coverage.reportPaths=/var/www/tests/coverage/coverage.xml -Dsonar.global.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.coverage.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.sonar.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php -Dsonar.cpd.exclusions=**Seed.php,**Factory.php,**table.php,**Policy.php,**Test.php,**Cost.php,**Limit.php,**Price.php,**Stop.php,**candlestick.php,**Notification.php -Dsonar.host.url=http://sonarqube:9000 -Dsonar.login=</var/www/tests/sonar-scanner/sonar-runner.key"
volumes:
- .:/app
- .:/var/www
networks:
- default

Expand Down

0 comments on commit 6ddb456

Please sign in to comment.