- Add sonar.php.phpstan.reportPaths to sonar-project.properties - Generate phpstan-report.json in CI php job, sonarqube job, and sonarqube.yml workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
441 B
INI
12 lines
441 B
INI
sonar.projectKey=e-ticket
|
|
sonar.projectName=E-Ticket
|
|
sonar.sources=src,assets,templates
|
|
sonar.exclusions=vendor/**,node_modules/**,public/build/**,var/**,migrations/**
|
|
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
|