17 lines
1.0 KiB
INI
17 lines
1.0 KiB
INI
sonar.projectKey=e-ticket
|
|
sonar.projectName=E-Ticket
|
|
sonar.sources=src,assets,templates,docker
|
|
sonar.exclusions=vendor/**,node_modules/**,public/build/**,var/**,migrations/**,assets/modules/event-map.js,assets/modules/billet-designer.js,assets/modules/stripe-payment.js,src/Controller/StripeWebhookController.php,src/Controller/OrderController.php,src/Service/StripeService.php,src/Service/PayoutPdfService.php,src/Service/BilletOrderService.php,src/Service/InvoiceService.php,src/Repository/**,src/Entity/**
|
|
sonar.php.version=8.4
|
|
sonar.sourceEncoding=UTF-8
|
|
sonar.php.coverage.reportPaths=coverage.xml
|
|
sonar.php.phpstan.reportPaths=phpstan-report.json
|
|
sonar.tests=tests
|
|
sonar.test.inclusions=tests/**/*.php,tests/js/**/*.test.js
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
sonar.eslint.reportPaths=eslint-report.json
|
|
sonar.docker.hadolint.reportPaths=hadolint-dev.json,hadolint-prod.json
|
|
sonar.dependencyCheck.jsonReportPath=dependency-check-report.json
|
|
sonar.dependencyCheck.htmlReportPath=dependency-check-report.html
|
|
sonar.cpd.exclusions=templates/pdf/**
|