X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=e511bf94878cfd9740a6b06667fed63a2ce5ae68;hb=bf10ea967a8f5d2cfc119d0fca405b6224b83b28;hp=87af256096ca6b725ebd953206766b108f7afeef;hpb=1c224d13cf2e6b7efa4eaaa360e7a4c8654fccb7;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index 87af2560..e511bf94 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,9 +1,9 @@ -sonar.projectKey=SAP_e-mobility-charging-stations-simulator +sonar.projectKey=e-mobility-charging-stations-simulator sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.2.0-2 +sonar.projectVersion=1.2.15 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src @@ -11,5 +11,7 @@ sonar.tests=test sonar.javascript.lcov.reportPaths=coverage/lcov.info +sonar.typescript.tsconfigPath=tsconfig-base.json + # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8