-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsonar-project.properties
More file actions
26 lines (19 loc) · 1023 Bytes
/
sonar-project.properties
File metadata and controls
26 lines (19 loc) · 1023 Bytes
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
sonar.projectKey=DEFRA_rod-licensing
sonar.organization=defra
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Rod Licensing Digital Services
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Coverage stats location
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# Excluded paths
sonar.inclusions=**/src/**/*
sonar.exclusions=**/__tests__/**, **/__mocks__/**, **/*.spec.*, **/*.test.*, docker/**/*, coverage/**/*, packages/gafl-webapp-service/public/**/*
sonar.coverage.exclusions=**/__tests__/**, **/__mocks__/**, **/*.spec.*, **/*.test.*, **/test-env.js
# Ensure sonar recognises BigInt as
sonar.javascript.globals=BigInt
# Specific exclusions to avoid false positives in duplicate code detection
sonar.cpd.exclusions=./packages/gafl-webapp-service/src/pages/recurring-payments/cancel/identify/route.js