forked from rickvandermey/angular-starterkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
24 lines (19 loc) · 1.08 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
# must be unique in a given SonarQube instance
sonar.projectKey=RVDM-Angular-Starterkit
sonar.projectName=RVDM-Angular-Starterkit
sonar.organization=rickvandermey
sonar.pullrequest.github.repository=rickvandermey/angular-starterkit
sonar.links.homepage=https://github.com/rickvandermey/angular-starterkit
sonar.links.ci=https://travis-ci.org/rickvandermey/angular-starterkit
sonar.links.scm=https://github.com/rickvandermey/angular-starterkit
sonar.links.issue=https://github.com/rickvandermey/angular-starterkit/issues
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src/app
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.exclusions = node_modules/**, coverage/**, reports/**, src/app/testing/**, src/app/globals.ts, **.spec.ts
sonar.inclusions = src/**, features/**, scss/**, mock/**
sonar.coverage.exclusions = **/**.js, **/**.spec.ts
sonar.typescript.tsconfigPath = ./tsconfig.json
sonar.typescript.lcov.reportPaths=coverage/lcov.info