-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathsonar-project.properties
More file actions
80 lines (80 loc) · 1.78 KB
/
sonar-project.properties
File metadata and controls
80 lines (80 loc) · 1.78 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
sonar.projectKey=LedgerHQ_ledger-live
sonar.projectName=ledger-live
sonar.sourceEncoding=UTF-8
sonar.sources=apps,libs,e2e,features
sonar.exclusions=.pnpm/**,\
**/node_modules/**,\
**/coverage/**,\
**/*.java,\
**/.turbo,\
**/.webpack/**/*,\
**/jest.config.js,\
**/jest.config.ts,\
**/jest-setup.js,\
**/jestSetup.js,\
**/jest-global-setup.js,\
**/please-add-coverage.test.ts,\
**/jest.integ.config.js,\
**/babel.config.js,\
**/detox.config.js,\
**/metro.config.js,\
**/fileMock.js,\
**/jest.polyfills.js,\
**/deeplinks-test-page.html,\
apps/ledger-live-desktop/tests/**,\
apps/ledger-live-desktop/scripts/**,\
apps/ledger-live-mobile/tests/**,\
apps/ledger-live-mobile/react-native.config,\
apps/ledger-live-desktop/tools/**,\
apps/**.test.ts,\
apps/**.test.tsx,\
apps/**/e2e/**,\
libs/**.test.ts,\
libs/**.test.tsx,\
libs/**/specs.ts,\
libs/**/e2e/**,\
libs/coin-tester*/**,\
features/**.test.ts,\
features/**.test.tsx,\
e2e/**/userdata/*.json,\
**/__mocks__/**,\
**/__tests__/**,\
**/__integration__/**,\
**/__integrations__/**,\
**/*.stories.tsx,\
**/types.ts,\
**/*.esbuild.js,\
**/*.mjs,\
**/constants.ts,\
**/enums.ts,\
**/*.png,\
**/*.jpg,\
**/*.jpeg,\
**/*.gif,\
**/*.webp,\
**/*.ico,\
**/*.mp4,\
**/*.mp3,\
**/*.webm,\
**/*.woff,\
**/*.woff2,\
**/*.ttf,\
**/*.otf,\
**/*.bmp,\
**/*.icns,\
**/*.kstr,\
**/*.keystore,\
**/*.jar,\
**/*.log,\
**/mock.json,\
**/*.sha512sum.sig
sonar.coverage.exclusions=e2e/**/*
sonar.javascript.lcov.reportPaths=lcov.info
sonar.testExecutionReportPaths=sonar-executionTests-report.xml
sonar.typescript.tsconfigPaths=tsconfig.base.json,apps/**/tsconfig.json,e2e/**/tsconfig.json,features/**/tsconfig.json
sonar.organization=ledger
sonar.javascript.node.maxspace=24576
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-
sonar.newCode.referenceBranch=develop