From 5ae94329582b3225470238770cccae1ff7398a3d Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 8 Apr 2025 17:56:30 +0200 Subject: [PATCH] Update sonar exclusions path to include all subdirectories Refined the `sonar.exclusions` configuration in `pom.xml` to account for all subdirectories under `docs`. This ensures proper exclusion of nested files during SonarCloud analysis. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55b7e83..b5ddbb1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ th-schwarz https://sonarcloud.io ${file.encoding} - docs/** + docs/**/* src/test/java/**/*