From 6ddb456fa61d9a11cf0b5c41f9a56f23856c4cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Tom=C3=A9?= Date: Sat, 5 Sep 2020 22:15:25 -0300 Subject: [PATCH] docs: update sonarqube prints --- README.md | 4 ++-- default-structure/docker-compose.sonarqube.yml | 6 +++--- modular-structure/docker-compose.sonarqube.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5def571..91c1e8e 100644 --- a/README.md +++ b/README.md @@ -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) -Screen Shot 2019-05-26 at 18 17 08 +Screen Shot 2020-09-05 at 21 38 49 -Screenshot 2019-05-26 18 07 03 +Screen Shot 2020-09-05 at 22 12 44 Screen Shot 2019-05-26 at 11 29 40 diff --git a/default-structure/docker-compose.sonarqube.yml b/default-structure/docker-compose.sonarqube.yml index b6c52c3..d965bb5 100644 --- a/default-structure/docker-compose.sonarqube.yml +++ b/default-structure/docker-compose.sonarqube.yml @@ -4,7 +4,7 @@ services: image: sonarqube:alpine container_name: default-structure-sonarqube volumes: - - .:/app + - .:/var/www ports: - 9000:9000 - 9092:9092 @@ -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=