X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2bcbe96fde277effce5c0ed61d7320b48e879a81..fdc5754fa5151883b5280dc450003f940176b21b:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index 1b25f0e61c..c71b3023ba 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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