Files
crm_ecosplay/sonar-project.properties
2026-04-01 18:44:16 +02:00

26 lines
770 B
Properties

sonar.projectKey=crm-ecosplay
sonar.projectName=CRM Ecosplay
sonar.sources=src
sonar.tests=tests
sonar.language=php
sonar.sourceEncoding=UTF-8
sonar.php.version=8.4
# Exclusions
sonar.exclusions=vendor/**,var/**,public/bundles/**,node_modules/**,assets/vendor/**,migrations/**
# Coverage
sonar.php.coverage.reportPaths=var/reports/coverage.xml
sonar.php.tests.reportPath=var/reports/phpunit.xml
# Duplication exclusions
sonar.cpd.exclusions=migrations/**
# ─── Rapports externes ────────────────────────────
sonar.php.phpstan.reportPaths=var/reports/phpstan-report.json
sonar.javascript.eslint.reportPaths=var/reports/eslint-report.json
sonar.docker.hadolint.reportPaths=var/reports/hadolint-raw.json