-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
31 lines (24 loc) · 1.15 KB
/
sonar-project.properties
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
27
28
29
30
31
sonar.projectKey=Narshe1412_Code-Institute-Data-Centric-Project
sonar.projectName=Code-Institute-Data-Centric-Project by Narshe1412
sonar.projectVersion=0.1-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/Narshe1412/Code-Institute-Data-Centric-Project
sonar.links.ci=https://travis-ci.com/Narshe1412/Code-Institute-Data-Centric-Project
sonar.links.scm=https://github.com/Narshe1412/Code-Institute-Data-Centric-Project
sonar.links.issue=https://github.com/Narshe1412/Code-Institute-Data-Centric-Project/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src
sonar.exclusions=**/node_modules/**,**/*.spec.ts
sonar.tests=src
sonar.test.inclusions=**/*.spec.ts
# sonar.sources=src/main
# sonar.tests=src/test
sonar.ts.tslint.configPath=tslint.json
# Properties specific to language plugins:
# - For JavaScript
sonar.javascript.lcov.reportPaths=coverage/lcov.info