From 7dccf3db7591f23934f273af41ca40cf373c8953 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 10 Sep 2017 17:54:49 +0200 Subject: [PATCH] attempt to make sonar_scan to work with shallow clones --- sonar-project.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonar-project.properties b/sonar-project.properties index dbb2470b1..91b8fda47 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -9,6 +9,9 @@ sonar.host.url=https://sonarcloud.io # prior to SonarQube 6.1. 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.