From 228ef23f35b1123f54f5d5bb905cd3ffb3e1c592 Mon Sep 17 00:00:00 2001 From: Stanislaw Malinowski Date: Mon, 16 Sep 2024 10:09:14 +0100 Subject: [PATCH] this time follow the instructions --- sonar-project.properties | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index e748e7fad..f4d67eee5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,16 @@ +# This is the name and version displayed in the SonarCloud UI. +sonar.projectKey=swift-testing_blueapi-test sonar.organization=swift-testing -sonar.projectKey=SONAR_TOKEN + +sonar.projectName=blueapi-test +sonar.projectVersion=1.0 + + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +# sonar.sourceEncoding=UTF-8 # relative paths to source directories. More details and properties are described # in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/ sonar.sources=src