forked from umairx97/mobile-framework-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
20 lines (17 loc) · 953 Bytes
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# must be unique in a given SonarQube instance
sonar.projectKey=mobile-framework-js
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=mobile-framework-js
# this is the project version
sonar.projectVersion=1.0.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=mobile-framework-js/src,
sonar.tests=mobile-framework-js/src
sonar.test.inclusions=mobile-framework-js/src/tests
# sonar.exclusions=rxr/src/ReactotronConfig.js,rxr/src/App.js,rxr/src/components/RxCamera/index.js,rxr/src/components/RxCamera/details.js
sonar.scm.exclusions.disabled=true
sonar.javascript.lcov.reportPaths=mobile-framework-js/coverage/lcov.info
sonar.clover.reportPath=mobile-framework-js/coverage/clover.xml
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8