From 34bd08ba7bbfba3c469a9af48ae79393a2498c34 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 7 Apr 2025 10:24:04 +0200 Subject: [PATCH] Add sonar exclusions for documentation files Excluded `src/docs/**/*` from SonarCloud analysis to avoid unnecessary scans of documentation files. This helps focus the analysis on relevant source code and improves overall build clarity. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 796b9ca..8cbc1e7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ th-schwarz https://sonarcloud.io ${file.encoding} + src/docs/**/* src/test/java/**/*