diff --git a/sonar-project.properties b/sonar-project.properties index 7321a29..ea1b9a4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=connector # this is the name displayed in the SonarQube UI -sonar.projectName=КоннекторHTTP +sonar.projectName=connector # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. @@ -15,6 +15,3 @@ sonar.sources=./src sonar.sourceEncoding=UTF-8 sonar.bsl.languageserver.configurationPath = .bsl-language-server.json - -sonar.scm.enabled=true -sonar.scm.provider=git