# must be unique in a given SonarQube instance sonar.projectKey=matnuc:AgaPro # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=AgaPro sonar.projectVersion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set. sonar.projectBaseDir=../../ sonar.sources=. sonar.cxx.cppcheck.reportPath=./cppcheck_output/ #sonar.cxx.coverage.reportPath=./gcov_output/ #sonar.cxx.valgrind.reportPath=./valgrind_output/ #sonar.cxx.coverage.forceZeroCoverage=true # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 sonar.host.url=https://sonar.ipnl.in2p3.fr sonar.scm.provider=git sonar.exclusions=**/*.xml,AGATREE/**,cmake/**,PRISMA/**,config/**,zPrograms/**,zUseful/**