-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsonar-project.properties
22 lines (17 loc) · 1.03 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
# Project identification
sonar.projectKey=portal-ascepa
sonar.organization=techexpertspro
# Project vestion
sonar.projectVersion=1.0.0
sonar.sourceEncoding=UTF-8
# Source code location
sonar.sources=src/app, modules
sonar.skipPackageDesign=true
sonar.skipDesign=true
# Exclusion of files present in node_modules, automated tests, etc. from Sonar Scanner analysis
sonar.exclusions=**/*.prw,**/*.pr*,node_modules/**,out/**,coverage/**,**/*.spec.ts,**/*.sh,**/*.json,**/*.scss,**/*.yml,**/*.enum.ts,**/*module.ts,**/*.model.ts,**/*.interface.ts,**/*.mock.ts,**/*.config.ts,**/*.routes.ts,tools/**,**/*.stories.ts
sonar.coverage.exclusions=**/*.prw,**/*.pr*,node_modules/**,out/**,coverage/**,**/*.spec.ts,**/*.sh,**/*.json,**/*.scss,**/*.yml,**/*.enum.ts,**/*module.ts,**/*.model.ts,**/*.interface.ts, **/*.mock.ts,**/*.config.ts,**/*.routes.ts,tools/**,**/*.stories.ts
# File paths for the analysis
sonar.typescript.tsconfigPath=tsconfig.app.json
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info