mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
20 lines
571 B
Properties
20 lines
571 B
Properties
sonar.projectKey=firstsun-dev_git-files-sync
|
|
sonar.organization=firstsun-dev
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
sonar.projectName=git-files-sync
|
|
sonar.projectVersion=1.1.0
|
|
|
|
# Path is relative to the sonar-project.properties file.
|
|
sonar.sources=src
|
|
sonar.tests=tests
|
|
sonar.test.inclusions=tests/**/*.test.ts
|
|
|
|
# Encoding of the source code.
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Coverage reporting
|
|
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
|
|
|
# Exclusions
|
|
sonar.exclusions=main.js, styles.css, node_modules/**, .claude/**, dist/**, *.config.*
|