premiere-libtorrent/sonar-project.properties

21 lines
572 B
Properties
Raw Normal View History

2017-09-08 11:16:31 +02:00
# must be unique in a given SonarQube instance
sonar.projectKey=libtorrent
sonar.organization=arvidn-github
sonar.cfamily.build-wrapper-output=bw-output
sonar.host.url=https://sonarcloud.io
# this is the name and version displayed in the SonarQube UI. Was mandatory
# prior to SonarQube 6.1.
sonar.projectName=libtorrent
sonar.projectVersion=1.2
# to allow shallow clones
sonar.scm.disabled=true
2017-09-08 11:16:31 +02:00
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on
# Windows.
# This property is optional if sonar.modules is set.
2017-09-13 10:31:56 +02:00
sonar.sources=src,include
2017-09-08 11:16:31 +02:00