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,assets/modules/editor.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.cpd.exclusions=templates/pdf/** sonar.issue.ignore.multicriteria=e1 sonar.issue.ignore.multicriteria.e1.ruleKey=css:S4662 sonar.issue.ignore.multicriteria.e1.resourceKey=assets/**/*.scss