From 63860158078c2971f69ec03b1ec2af64ac52441e Mon Sep 17 00:00:00 2001 From: mtpoly <128363128+mt-polygon-technology@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:57:01 +0200 Subject: [PATCH] Update sonar-project.properties --- sonar-project.properties | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 03ba6b4f..973e1bc7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,2 @@ -sonar.projectKey= +sonar.projectKey=0xPolygon_cdk sonar.organization=0xpolygon - -# This is the name and version displayed in the SonarCloud UI. -#sonar.projectName=cdk-validium-node -#sonar.projectVersion=1.0 - - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. -#sonar.exclusions=. - -# Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8