From fc2897a47da2adce071ef3e8befd908d15dd5e70 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 28 Oct 2024 16:49:31 +0100 Subject: [PATCH] Sonar ignore docs --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index fe5cb976e..58b0400c6 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=packages/glee/examples/**/*,packages/glee/docs/**/* \ No newline at end of file +sonar.exclusions=packages/glee/examples/**/*,packages/glee/docs/**/*,packages/gleequore/docs/**/* \ No newline at end of file