X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc01999f5003e51cc1d12f93647999a1a143f23..8f00eb046e0f737d6b022617606cb642e7e3fc22:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index 9ce1556f95..099ea05c53 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -37,11 +37,10 @@ sonar.cfamily.build-wrapper-output=bw-outputs # Encoding of the source files sonar.sourceEncoding=UTF-8 -sonar.cpp.std=gnu++11 -sonar.c.std=gnu11 +sonar.java.source=7 -# Disable the whole logging mechanism during SonarQube analysis -sonar.cfamily.predefinedMacros=XBT_LOG_MAYDAY +# Disable the whole logging mechanism during SonarQube analysis (our logging macro are crude, but should not harm Sonar) +sonar.cfamily.predefinedMacros=#define XBT_LOG_MAYDAY # Talk to me (travis don't like it, it's too much) # sonar.verbose=true