From 27ba74d4873a03267cf135d2d2bcd0f955ddfbb6 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 29 Aug 2017 15:28:47 -0400 Subject: Try to get Sonar to look at header files --- src/build-data/sonar-project.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/build-data') diff --git a/src/build-data/sonar-project.properties b/src/build-data/sonar-project.properties index e2ffd3b07..7577a7b1e 100644 --- a/src/build-data/sonar-project.properties +++ b/src/build-data/sonar-project.properties @@ -3,7 +3,6 @@ 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. @@ -14,6 +13,8 @@ sonar.sources=.. # Language, needed for SonarQube < 4.2 sonar.language=cpp +sonar.cpp.file.suffixes=.cpp,.h + # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs -- cgit v1.2.3