adding in sonarcube properties file
This commit is contained in:
parent
1caa6ab8c9
commit
e39682c5b4
1 changed files with 21 additions and 0 deletions
21
sonar-project.properties
Normal file
21
sonar-project.properties
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# branch name for the sonar analysis
|
||||||
|
sonar.branch=origin/cleanup
|
||||||
|
|
||||||
|
# required metadata
|
||||||
|
sonar.projectKey=CORE
|
||||||
|
sonar.projectName=CORE
|
||||||
|
sonar.projectVersion=1.0.0
|
||||||
|
|
||||||
|
# define modules
|
||||||
|
sonar.modules=PythonLibrary
|
||||||
|
|
||||||
|
# Encoding of the source files
|
||||||
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
# scm provider
|
||||||
|
sonar.scm.provider=git
|
||||||
|
|
||||||
|
# python adapter library
|
||||||
|
PythonLibrary.sonar.projectBaseDir=daemon/core
|
||||||
|
PythonLibrary.sonar.language=py
|
||||||
|
PythonLibrary.sonar.sources=./
|
Loading…
Add table
Reference in a new issue