From fac105e2dbdb6068ca39b21b593d79caea884102 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 May 2016 01:22:42 +0200 Subject: [PATCH] sonar: try to also analyse C and Java source files --- sonar-project.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index cc261e95fc..ef07000b41 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,3 +1,6 @@ +# This file is used to scan the project for issues automatically +# Browse the result here: https://nemo.sonarqube.org/overview?id=simgrid + sonar.projectKey=simgrid sonar.projectName=SimGrid simulator of distributed systems (http://simgrid.org) sonar.projectVersion=3.13.90 @@ -6,7 +9,7 @@ sonar.projectVersion=3.13.90 sonar.sources=src,examples # Language, needed for SonarQube < 4.2 -sonar.language=cpp +sonar.language=cpp,java,c # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs -- 2.20.1