Skip to content
Snippets Groups Projects
Commit 6a246c4a authored by nfontrod's avatar nfontrod
Browse files

sonar-project.properties: add sonarQube config file

parent 80677882
No related branches found
No related tags found
Loading
# must be unique in a given SonarQube instance
sonar.projectKey=bigwig_visu
# --- optional properties ---
# defaults to project key
sonar.projectName=BigWig visualisation
# defaults to 'not provided'
sonar.projectVersion=0.1
# 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
#Description of the project
sonar.projectDescription=A tools to visualise bigwig coverage.
#----- Default SonarQube server
sonar.host.url=http://localhost:9000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment