attempt to make sonar_scan to work with shallow clones

This commit is contained in:
arvidn 2017-09-10 17:54:49 +02:00 committed by Arvid Norberg
parent 735f6fd1f4
commit 7dccf3db75
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ sonar.host.url=https://sonarcloud.io
sonar.projectName=libtorrent
sonar.projectVersion=1.2
# to allow shallow clones
sonar.scm.disabled=true
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on
# Windows.
# This property is optional if sonar.modules is set.