-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
29 lines (23 loc) · 1.32 KB
/
sonar-project.properties
File metadata and controls
29 lines (23 loc) · 1.32 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
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=slash-foundry
sonar.projectKey=mapogram-webapp
sonar.host.url=https://sonarcloud.io
# --- optional properties ---
# defaults to project key
# sonar.projectName=mapogram-web-app
# defaults to 'not provided'
#sonar.projectVersion=1.0
# sonar.coverage.exclusions=./src/__tests__/**/*,**/**/*.test.ts,*.config.js,*.setup.js,**/utils/**,**/serverless.ts,**/express.ts,**/migrations/**,**/node_modules/**,**/*.spec.ts,**/data/**,**/dist/**
sonar.exclusions=./src/__tests__/**/*,**/**/*.test.ts,*.config.js,*.setup.js,/src/**/models/**.ts,**/utils/**,**/serverless.ts,**/express.ts,**/migrations/**,**/node_modules/**,**/*.spec.ts,**/data/**,**/dist/**,**/.scannerwork/**,**/.vscode/**,**/migrations/**,,**/.next/**
# sonar.test.inclusions=./src/__tests__/**,**/*.spec.ts
# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=src
# sonar.tests=src
# sonar.javascript.node.maxspace=4096
# sonar.javascript.lcov.reportPaths=./coverage/lcov.info
# sonar.ts.coverage.lcovReportPath=coverage/coverage.lcov
# sonar.testExecutionReportPaths=test-report.xml
sonar.eslint.reportPaths=eslint-report.json
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.scm.disabled=true