From: Martin Quinson Date: Thu, 26 May 2016 23:34:46 +0000 (+0200) Subject: sonar: dont specify the language we need -> take all of them X-Git-Tag: v3_14~1146 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2fb5d98ab97f937e74081c86fc0245a577b54ce6 sonar: dont specify the language we need -> take all of them --- diff --git a/sonar-project.properties b/sonar-project.properties index ef07000b41..432e3d984e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -8,9 +8,6 @@ sonar.projectVersion=3.13.90 # Comma-separated paths to directories with sources (required) sonar.sources=src,examples -# Language, needed for SonarQube < 4.2 -sonar.language=cpp,java,c - # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs