diff options
author | Jack Lloyd <[email protected]> | 2017-08-29 15:28:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-29 15:28:47 -0400 |
commit | 27ba74d4873a03267cf135d2d2bcd0f955ddfbb6 (patch) | |
tree | 89a7e22c9f1ba8f7b926c85a716f01d350499f78 /src/build-data | |
parent | 81ced621e79e900aed7b6f5daf8d5a3bfc894275 (diff) |
Try to get Sonar to look at header files
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/sonar-project.properties | 3 |
1 files changed, 2 insertions, 1 deletions
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 |