init
This commit is contained in:
26
sonar-project.properties
Normal file
26
sonar-project.properties
Normal file
@@ -0,0 +1,26 @@
|
||||
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.externalIssuesReportPaths=var/reports/semgrep-report.json
|
||||
sonar.docker.hadolint.reportPaths=var/reports/hadolint-raw.json
|
||||
Reference in New Issue
Block a user