Files
tasknote/client/sonar-project.properties
T
rmcamposandGitHub 02cc7a7d74 doc: improve jsdocs (#235)
* doc: improve jsdocs

* ci: fix sonar project key on main workflow

* chore: improvements and refactoring

* test: fix test case

* chore: upadte sonar

* ci: add sonar propertiles file for client

* chore: fix delete request
2025-01-02 17:03:21 -03:00

22 lines
753 B
Properties

# Must be unique in a given SonarQube instance
sonar.projectKey=ricardo-campos-org_react-typescript-todolist_client
sonar.organization=ricardo-campos-org
# This is the name and version displayed in the SonarQube UI.
# Was mandatory prior to SonarQube 6.1.
sonar.projectName=tasknote-webapp
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file.
# Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.tsconfigPaths=tsconfig.json
sonar.sources=src/
sonar.exclusions=src/__test__/**
sonar.tests=src/__test__/
sonar.verbose=false
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8