From cbca40cc0101855ce8c0ff8b0d299fa76d936212 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Sat, 26 Oct 2024 01:07:38 +0200 Subject: [PATCH] Exclude docs from Sonar --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index e8ac3e2b0..247f92248 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,2 +1,2 @@ #we need to explicitly exclude them as they're not relevant to the source code -sonar.exclusions=apps/glee/examples/**/* \ No newline at end of file +sonar.exclusions=apps/glee/examples/**/*,apps/glee/docs/**/* \ No newline at end of file