chore: edit sonar config file

This commit is contained in:
mathuo 2021-03-28 18:40:26 +01:00
parent 650b1e253c
commit ad9fd519ec
2 changed files with 14 additions and 18 deletions

View File

@ -1,18 +0,0 @@
sonar.projectKey=mathuo_dockview
sonar.organization=dockview
# Path to sources
#sonar.sources=.
#sonar.exclusions=
sonar.inclusions=packages/dockview/**/*
# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
#sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=

14
sonar-project.properties Normal file
View File

@ -0,0 +1,14 @@
sonar.projectKey=mathuo_dockview
sonar.organization=dockview
sonar.inclusions=packages/dockview/**/*
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=dockview
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8