From c7222fa11e701872faa3011b2f1235d901b51cde Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Thu, 10 Oct 2024 15:58:15 +0000 Subject: [PATCH 1/3] chore: enable SQL checks in Sonar --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 161c792b..002a1028 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1 +1 @@ -sonar.exclusions=**/*.sql \ No newline at end of file +sonar.exclusions= \ No newline at end of file From 179aff39b9895faeeeb158cb6145113f17a5ace7 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Thu, 10 Oct 2024 16:02:36 +0000 Subject: [PATCH 2/3] Update sonar config --- .sonarcloud.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 002a1028..e4f28019 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1 +1,7 @@ -sonar.exclusions= \ No newline at end of file +sonar.sources=. +# Can have multiple comma-separated entries +sonar.exclusions=**/tests*/**/* + +sonar.tests=. +# Can have multiple comma-separated entries +sonar.test.inclusions=**/tests*/**/* \ No newline at end of file From 47970f979127d5bd66f79c8e645e4f17e7a30553 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Thu, 10 Oct 2024 16:06:10 +0000 Subject: [PATCH 3/3] Add new line --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index e4f28019..fde6431b 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -4,4 +4,4 @@ sonar.exclusions=**/tests*/**/* sonar.tests=. # Can have multiple comma-separated entries -sonar.test.inclusions=**/tests*/**/* \ No newline at end of file +sonar.test.inclusions=**/tests*/**/*