Add script to sync sonar properties with package.json
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
... / ...
CommitLineData
1sonar.projectKey=jerome-benoit_e-mobility-charging-stations-simulator
2sonar.organization=jerome-benoit
3
4# This is the name and version displayed in the SonarCloud UI.
5sonar.projectName=e-mobility-charging-stations-simulator
6sonar.projectVersion=1.1.61
7
8# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9#sonar.sources=.
10
11sonar.javascript.lcov.reportPaths=coverage/lcov.info
12
13# Encoding of the source code. Default is default system encoding
14#sonar.sourceEncoding=UTF-8