From 314963c583936d50cd75f1dbcd05cc4d2e7ba076 Mon Sep 17 00:00:00 2001 From: Simone Martorelli Date: Mon, 22 Jul 2024 14:40:30 +0200 Subject: [PATCH] Update .sonarcloud.properties --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 75d2d6b..9453e5e 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # Python version (for python projects only) sonar.python.version=3 # Project Version to be used as Code Definition -sonar.projectVersion=3.1.0.110 +sonar.projectVersion=3.2.0.125 # Folders excluded from the scan sonar.exclusions=**/Notification Agent Core Tests/**,**/Notification Agent Alert Tests/**,**/Notification Agent Banner Tests/**,**/Notification Agent Popup Tests/**,**/Notification Agent Onboarding Tests/**,**/Notification Agent Popup UI Tests/**,**/Notification Agent Onboarding UI Tests/**,**/Notification Agent Core/Controllers/HelpBuilder.swift**