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