From 20c8558257241f088e7b0568ce413456d91111a5 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 13 Sep 2017 10:31:56 +0200 Subject: [PATCH] only analyze src/ and include/ --- sonar-project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index dc11acaf7..9a8a462a5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -9,7 +9,6 @@ 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 @@ -17,5 +16,5 @@ 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. -sonar.sources=. +sonar.sources=src,include