From 5860655581d2434775795ef8f90c92f22943426e Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 12 Sep 2017 13:56:21 +0200 Subject: [PATCH] make sonar only analyze c++ --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 91b8fda47..dc11acaf7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -9,6 +9,7 @@ sonar.host.url=https://sonarcloud.io # prior to SonarQube 6.1. sonar.projectName=libtorrent sonar.projectVersion=1.2 +sonar.language=c++ # to allow shallow clones sonar.scm.disabled=true