-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
26 lines (21 loc) · 1.09 KB
/
sonar-project.properties
File metadata and controls
26 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#Configure here general information about the environment, such as SonarQube server connection details for example
#No information about specific project should appear here
#----- Default SonarQube server
#sonar.host.url=http://localhost:9000
# Required metadata
sonar.projectKey=pdig:date-simplify
sonar.projectName=date-simplify
sonar.organization=JMJHOX
# This is the name and version displayed in the SonarCloud UI.
sonar.projectVersion=1.0
sonar.nodejs.executable=/usr/bin/node
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=projects/date-simplify/src
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.language=ts
sonar.exclusions=**/node_modules/**,**/environments/**,**/**/*.spec.ts,**/*.scss,**/*.svg,**/*.png,**/*.json,**/*.mock.ts,**/*.module.ts,**/regex.enum.ts,**/main.ts,**/logger.service.ts,**/main.ts,**/typings.d.ts
sonar.tests=src/
sonar.test.inclusions=**/*.spec.ts
sonar.ts.tslint.configPath=tslint.json
sonar.javascript.lcov.reportPaths=/coverage/date-workspace/coverage/lcov/lcov.info