-
Notifications
You must be signed in to change notification settings - Fork 351
/
sonar-project.properties
13 lines (13 loc) · 1.09 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
sonar.projectKey=LedgerHQ_ledger-live
sonar.projectName=ledger-live
sonar.sourceEncoding=UTF-8
sonar.sources=apps,libs
sonar.exclusions=.pnpm/**,**/node_modules/**,**/*.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,**/deeplinks-test-page.html,**/babel.config.js,**/detox.config.js,**/metro.config.js,apps/ledger-live-mobile/react-native.config,**/fileMock.js,**/jest.polyfills.js,apps/ledger-live-desktop/tests/**,apps/ledger-live-mobile/tests/**,apps/ledger-live-desktop/scripts/**,**/__mocks__/**,**/__tests__/**,**/e2e/**,**/types.ts,**/*.esbuild.js,**/*.mjs,**/constants.ts,**/enums.ts,apps/ledger-live-desktop/tools/**
sonar.javascript.lcov.reportPaths=lcov.info
sonar.testExecutionReportPaths=lld-sonar-executionTests-report.xml,llm-sonar-executionTests-report.xml
sonar.typescript.tsconfigPaths=tsconfig.base.json,apps/**/tsconfig.json
sonar.organization=ledger
sonar.javascript.node.maxspace=16384
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-