-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsonar-project.properties
20 lines (18 loc) · 1.1 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum f�r Infektionsforschung GmbH (HZI) <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
sonar.projectKey=pia-eresearch-system_pia
sonar.organization=pia-eresearch-system
sonar.sources=.
sonar.inclusions=**/src/**
sonar.exclusions=psa.utils.*/**,psa.test.*/**,coverage/**,psa.lib.licensecollector/src/licenseTextCompleter.ts,psa.server.auth/extensions/**/*.java,**/*.generated.ts
sonar.test.inclusions=**/*.spec.*,**/tests/**,psa.app.*/e2e/**,psa.app.*/cypress/**
sonar.coverage.exclusions=*service*/src/index.*,psa.app.web/src/firebase-messaging-sw.js,psa.service.*/src/migrations/**,psa.app.web/src/app/pages/questionnaires/questionnaire-researcher/questionnaire-researcher.component.ts,psa.lib.charts/projects/demo/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectVersion=1.30.0
# Allow custom types from primitives to facilitate OpenAPI generation and validation with tsoa
sonar.issue.ignore.multicriteria=e1
sonar.issue.ignore.multicriteria.e1.ruleKey=typescript:S6564
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*.ts