refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
sonar.projectKey=crm_siteconseil
|
2026-04-03 10:04:09 +02:00
|
|
|
sonar.token=sqp_3e02f4de4c73f6d9cc5b6ce6546a7871d6ac0756
|
refactor: rebrand project to CRM SITECONSEIL (SARL SITECONSEIL)
- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL
- Update entity from Association to SARL SITECONSEIL (Siret: 418664058)
- Update address to 27 rue Le Serurier, 02100 Saint-Quentin
- Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr
- Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris)
- Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU
- Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender
- Add Discord webhook notification workflow
- Disable deploy and sonarqube workflows
- Update OAuth Keycloak realm to master
- Update logo references to logo_facture.png
- Remove forced image sizing in Liip Imagine filters
- Update SonarQube project key and badge token
- Update tribunal competent to Saint-Quentin
- Move tarif tabs JS to app.js (CSP compliance)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:48:25 +02:00
|
|
|
sonar.projectName=CRM SITECONSEIL
|
2026-04-01 19:24:15 +02:00
|
|
|
sonar.sources=src,assets,templates
|
2026-04-03 10:56:48 +02:00
|
|
|
sonar.tests=tests
|
2026-04-01 15:42:52 +02:00
|
|
|
|
|
|
|
|
sonar.language=php
|
|
|
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
|
|
|
|
sonar.php.version=8.4
|
|
|
|
|
|
|
|
|
|
# Exclusions
|
2026-04-08 13:33:59 +02:00
|
|
|
sonar.exclusions=vendor/**,var/**,public/bundles/**,node_modules/**,assets/vendor/**,migrations/**,src/Repository/**,templates/email/**,templates/emails/**,src/Controller/WebhookDocuSealController.php,src/Controller/DnsReportController.php,src/Command/CheckDnsCommand.php,src/Command/CloudflareDnsCleanCommand.php,src/Service/AwsSesService.php,src/Service/CloudflareService.php,src/Service/DnsInfraHelper.php,src/Service/DnsCheckService.php,src/Service/StripePriceService.php,src/Service/StripeWebhookService.php,src/Service/MailcowService.php
|
2026-04-01 15:42:52 +02:00
|
|
|
|
|
|
|
|
# Coverage
|
|
|
|
|
sonar.php.coverage.reportPaths=var/reports/coverage.xml
|
|
|
|
|
sonar.php.tests.reportPath=var/reports/phpunit.xml
|
|
|
|
|
|
|
|
|
|
# Duplication exclusions
|
2026-04-03 11:03:43 +02:00
|
|
|
sonar.cpd.exclusions=migrations/**,src/Service/TarificationService.php
|
2026-04-01 15:42:52 +02:00
|
|
|
|
2026-04-01 19:24:15 +02:00
|
|
|
# Global rule ignores
|
|
|
|
|
sonar.issue.ignore.multicriteria=e1
|
|
|
|
|
sonar.issue.ignore.multicriteria.e1.ruleKey=php:S4144
|
|
|
|
|
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*.php
|
|
|
|
|
|
2026-04-01 15:42:52 +02:00
|
|
|
# ─── Rapports externes ────────────────────────────
|
|
|
|
|
sonar.php.phpstan.reportPaths=var/reports/phpstan-report.json
|
|
|
|
|
sonar.javascript.eslint.reportPaths=var/reports/eslint-report.json
|
2026-04-03 10:45:30 +02:00
|
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
2026-04-01 15:42:52 +02:00
|
|
|
sonar.docker.hadolint.reportPaths=var/reports/hadolint-raw.json
|