Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: dont specify the language we need -> take all of them
[simgrid.git] / sonar-project.properties
index cc261e95fc83a5bdef89b19e12bf201de76504a5..432e3d984ed8c0f90972ed9e05715042f36f21b1 100644 (file)
@@ -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
@@ -5,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
-
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs