mirror of
https://github.com/bambuscontrol/obsidian-unicode-search.git
synced 2026-07-22 07:20:27 +00:00
16 lines
487 B
Properties
16 lines
487 B
Properties
sonar.projectKey=BambusControl_obsidian-unicode-search
|
|
sonar.organization=bambuscontrol
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
sonar.projectVersion=0.7.3
|
|
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
sonar.sources=./src
|
|
sonar.tests=./tests
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Path for coverage reports
|
|
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
|