forked from colmena/colmena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
26 lines (20 loc) · 1.13 KB
/
sonar-project.properties
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
#This is sonar properties file. Sonar-runner will understand different parameters for analysis with this file
#You will get complete parameters list at http://docs.sonarqube.org/display/SONAR/Analysis+Parameters
#Parameters start
#Sonar host url - used for making connection with server
sonar.host.url = http://localhost:9000/sonar
#Project related mandotary parameters
sonar.projectKey = LoopbackAngularMaster
sonar.projectName = LoopbackDemo
sonar.projectVersion = 1.0
#Comma-separated paths to directories containing source files.
sonar.sources = client , common , server
#Project configuration Parameters
sonar.projectDescription = Its an example angular app forked from github.
#Set the source file encoding.Encoding of source files. Example of values: UTF-8, MacRoman, Shift_JIS.
sonar.sourceEncoding = UTF-8
#Set analysis language
#Set the language of the source code to analyze. Browse the http://docs.sonarqube.org/display/PLUG/Plugin+Library page to get the list of all available languages.
#If not set, a multi-language analysis will be triggered.
#sonar.language = Javascript , CSS
#Commented beacuse We want to set multi language analysis