From 43c0ace65e2a1e30dfdee170b9fcdc305c415730 Mon Sep 17 00:00:00 2001 From: SmetDenis Date: Wed, 10 Apr 2024 14:09:12 +0400 Subject: [PATCH] Remove hardcoded values from sonar-project.properties The hardcoded values for project key, project name, and organization have been removed from sonar-project.properties. This refactoring is part of the project's integration with SonarCloud in the GitHub Actions pipeline to perform code scans. --- sonar-project.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index f2ec9543..8bc1b169 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,3 @@ -sonar.projectKey=jbzoo -sonar.projectName=CSV Blueprint -sonar.organization=JBZoo - sonar.sources=./src sonar.tests=./tests sonar.language=php