aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/sonar-project.properties
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-29 07:59:57 -0400
committerJack Lloyd <[email protected]>2017-08-29 07:59:57 -0400
commitd6b6c30d7640d690d96b974db6cb12a2f2d43f38 (patch)
tree4ba0bb42c4c2094b6f52ee7dce6a1f3497164b01 /src/build-data/sonar-project.properties
parentbba595315a9a3b3f024d4a1aed5b8e6fa38a0c56 (diff)
Rename (and fix) Sonar target
Diffstat (limited to 'src/build-data/sonar-project.properties')
-rw-r--r--src/build-data/sonar-project.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/sonar-project.properties b/src/build-data/sonar-project.properties
index 408210b81..e2ffd3b07 100644
--- a/src/build-data/sonar-project.properties
+++ b/src/build-data/sonar-project.properties
@@ -4,12 +4,12 @@ sonar.projectKey=botan
# this is the name displayed in the SonarQube UI
sonar.projectName=Botan
sonar.projectVersion=1.0
+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
-# Since SonarQube 4.2, this property is optional if sonar.modules is set. 
-# If not set, SonarQube starts looking for source code from the directory containing 
+# Since SonarQube 4.2, this property is optional if sonar.modules is set.
+# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
-sonar.sources=src
+sonar.sources=..
# Language, needed for SonarQube < 4.2
sonar.language=cpp