chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 21:58:50 +01:00
parent 3b140c140c
commit bc8d6fa30d

View File

@ -1,7 +1,7 @@
sonar.projectKey=mathuo_dockview sonar.projectKey=mathuo_dockview
sonar.organization=dockview sonar.organization=dockview
# sonar.inclusions=packages/dockview/**/* sonar.inclusions=packages/dockview/**/*
sonar.exclusions=packages/dockview/src/__tests__/** sonar.exclusions=packages/dockview/src/__tests__/**
sonar.tests=packages/dockview/src/__tests__ sonar.tests=packages/dockview/src/__tests__
@ -13,7 +13,7 @@ sonar.typescript.lcov.reportPaths=./coverage/lcov.info
#sonar.projectVersion=1.0 #sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=. sonar.sources=.
# Encoding of the source code. Default is default system encoding # Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8