Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: reduce verbosity now that it works
[simgrid.git] / sonar-project.properties
index 1b25f0e..c71b302 100644 (file)
@@ -1,15 +1,18 @@
+# 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=Scanner for the SimGrid project. http://simgrid.org
+sonar.projectName=SimGrid simulator of distributed systems (http://simgrid.org)
 sonar.projectVersion=3.13.90
 
 # Comma-separated paths to directories with sources (required)
-sonar.sources=src
-
-# Language, needed for SonarQube < 4.2
-sonar.language=cpp
+sonar.sources=src,examples
 
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs
 
 # Encoding of the source files
 sonar.sourceEncoding=UTF-8
+
+# Talk to me
+# sonar.verbose=true