From: Arnaud Giersch Date: Fri, 3 Mar 2023 16:32:08 +0000 (+0100) Subject: Forgot to add c++17g to the "ignore" list. X-Git-Tag: v3.34~387 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bfa97eb99705c2086b8ac7a5d9f2c86c848b9abc Forgot to add c++17g to the "ignore" list. [ci-ckip] --- diff --git a/sonar-project.properties b/sonar-project.properties index c0e695c485..420769637d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,7 +14,7 @@ sonar.sources=src,examples,include,teshsuite # Disable some rules on some files -sonar.issue.ignore.multicriteria=c1,c2a,c2b,c3,c5a,c5b,c6a,c6b,c7,c8,c9,c10a,c10b,c10c,cex1a,cex1b,cex2a,cex2b,cex3,cex4,cxx17a,cxx17b,cxx17c,cxx17d,cxx17e,cxx17f,f1,p1,s1,s2,s3,s4,s5 +sonar.issue.ignore.multicriteria=c1,c2a,c2b,c3,c5a,c5b,c6a,c6b,c7,c8,c9,c10a,c10b,c10c,cex1a,cex1b,cex2a,cex2b,cex3,cex4,cxx17a,cxx17b,cxx17c,cxx17d,cxx17e,cxx17f,cxx17g,f1,p1,s1,s2,s3,s4,s5 # Pointers should not be cast to integral types # But we need that for smpi and other places