Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / sonar-project.properties
index 933fb1f..099ea05 100644 (file)
@@ -37,12 +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