mirror of
https://github.com/mathuo/dockview
synced 2025-05-02 01:28:28 +00:00
chore: fix sonar setup
This commit is contained in:
parent
3b140c140c
commit
bc8d6fa30d
@ -1,7 +1,7 @@
|
||||
sonar.projectKey=mathuo_dockview
|
||||
sonar.organization=dockview
|
||||
|
||||
# sonar.inclusions=packages/dockview/**/*
|
||||
sonar.inclusions=packages/dockview/**/*
|
||||
sonar.exclusions=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
|
||||
|
||||
# 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
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user