forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
28 lines (22 loc) · 1.08 KB
/
Copy pathsonar-project.properties
File metadata and controls
28 lines (22 loc) · 1.08 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
sonar.projectKey=com.supermap:iclient-javascript
sonar.organization=supermap
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=iClient-JavaScript
sonar.projectVersion=10.2.1
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Comma-separated paths to directories with sources (required)
sonar.sources=src/
sonar.inclusions=src/**/*.js
sonar.exclusions=src/**/index.js,src/classic/libs/**/*.js,src/classic/resource/**/*.js,src/classic/theme/**/*.js
# sonar.test.inclusions=test/**/*.js
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.language=js
sonar.tests=test
# sonar.testExecutionReportPaths=test/testcoverage/ut_report.xml
sonar.javascript.lcov.reportPath=test/testcoverage/lcov.info
# SINCE SONARQUBE 6.2 WITH SONARJS 2.19+
sonar.javascript.lcov.reportPaths=test/testcoverage/lcov.info
sonar.links.homepage=https://iclient.supermap.io
sonar.links.scm=https://github.com/SuperMap/iClient-JavaScript.git
sonar.links.scm_dev=https://github.com/SuperMap/iClient-JavaScript.gi