Files
dockview/sonar-project.properties
Claude 4e7e700502 fix: set SonarCloud organization to dockview-1
The sonar CI scan failed with 'Not authorized or project not found'.
The project key (dockview_dockview) resolves and binds correctly, but
the org property still read 'dockview' while the SonarCloud project and
its scan token live in organization 'dockview-1' (confirmed via the
SonarCloud API). Align sonar.organization with the actual org.
2026-08-04 20:09:08 +00:00

20 lines
1.3 KiB
Properties

sonar.projectKey=dockview_dockview
sonar.organization=dockview-1
sonar.inclusions=packages/dockview/src/**/*,packages/dockview-core/src/**/*,packages/dockview-vue/src/**/*,packages/dockview-react/src/**/*,packages/dockview-angular/src/**/*,packages/dockview-enterprise/src/**/*
sonar.exclusions=packages/dockview/docs/**/*,packages/dockview/src/__tests__/**/*,packages/dockview-core/src/__tests__/**/*,packages/dockview-vue/src/__tests__/**/*,packages/dockview-react/src/__tests__/**/*,packages/dockview-angular/src/__tests__/**/*,packages/dockview-enterprise/src/__tests__/**/*
sonar.tests=packages/dockview/src/__tests__,packages/dockview-core/src/__tests__,packages/dockview-vue/src/__tests__,packages/dockview-react/src/__tests__,packages/dockview-angular/src/__tests__,packages/dockview-enterprise/src/__tests__
sonar.testExecutionReportPaths=test-report.xml
sonar.javascript.lcov.reportPaths=coverage/lcov.info,packages/dockview-vue/coverage/lcov.info
# 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=packages
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8