From 21b188b913f0ab1f8647f9ae0a4c86dbe199b311 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 8 Apr 2025 17:32:46 +0200 Subject: [PATCH] Update Sonar exclusions path in pom.xml Changed the Sonar exclusions path from `src/docs/**/*` to `docs/**` for better alignment with the project's folder structure. This ensures accurate exclusion of intended files during analysis. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8cbc1e7..55b7e83 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ th-schwarz https://sonarcloud.io ${file.encoding} - src/docs/**/* + docs/** src/test/java/**/*