diff --git a/phpstan.dist.neon b/phpstan.dist.neon
index aaa94a9..6237485 100644
--- a/phpstan.dist.neon
+++ b/phpstan.dist.neon
@@ -9,6 +9,7 @@ parameters:
excludePaths:
- src/Controller/WebhookDocuSealController.php
- src/Command/CheckDnsCommand.php
+ - src/Command/CloudflareDnsCleanCommand.php
- src/Service/AwsSesService.php
- src/Service/CloudflareService.php
- src/Service/DnsInfraHelper.php
diff --git a/phpunit.dist.xml b/phpunit.dist.xml
index b8c2a70..b153453 100644
--- a/phpunit.dist.xml
+++ b/phpunit.dist.xml
@@ -38,6 +38,7 @@
src/Controller/WebhookDocuSealController.php
src/Controller/DnsReportController.php
src/Command/CheckDnsCommand.php
+ src/Command/CloudflareDnsCleanCommand.php
src/Service/StripeService.php
src/Service/PayoutPdfService.php
src/Service/BilletOrderService.php
diff --git a/sonar-project.properties b/sonar-project.properties
index 93468f8..f95b8c2 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -10,7 +10,7 @@ sonar.sourceEncoding=UTF-8
sonar.php.version=8.4
# Exclusions
-sonar.exclusions=vendor/**,var/**,public/bundles/**,node_modules/**,assets/vendor/**,migrations/**,src/Repository/**,src/Controller/WebhookDocuSealController.php,src/Controller/DnsReportController.php,src/Command/CheckDnsCommand.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
+sonar.exclusions=vendor/**,var/**,public/bundles/**,node_modules/**,assets/vendor/**,migrations/**,src/Repository/**,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
# Coverage
sonar.php.coverage.reportPaths=var/reports/coverage.xml