Create sonar-project.properties
This commit is contained in:
parent
48ea44510b
commit
fb3efc0841
15
sonar-project.properties
Normal file
15
sonar-project.properties
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# must be unique in a given SonarQube instance
|
||||||
|
sonar.projectKey=SonarQubePSA
|
||||||
|
|
||||||
|
# --- optional properties ---
|
||||||
|
|
||||||
|
# defaults to project key
|
||||||
|
sonar.projectName=SonarQubePSA
|
||||||
|
# defaults to 'not provided'
|
||||||
|
sonar.projectVersion=1.0
|
||||||
|
|
||||||
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
||||||
|
sonar.sources=.
|
||||||
|
|
||||||
|
# Encoding of the source code. Default is default system encoding
|
||||||
|
sonar.sourceEncoding=UTF-8
|
Loading…
Reference in New Issue
Block a user