From: Martin Quinson Date: Mon, 12 Dec 2016 15:35:40 +0000 (+0100) Subject: sonar: try harder to not choke on casting pointers into literals X-Git-Tag: v3_14~63 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/440f5273d6df401a23f842c5c2d6838798b34f8d sonar: try harder to not choke on casting pointers into literals --- diff --git a/sonar-project.properties b/sonar-project.properties index 49236baefd..eedccd85d2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -10,7 +10,7 @@ sonar.links.issue=https://github.com/simgrid/simgrid/issues sonar.links.scm=https://github.com/simgrid/simgrid.git # Pointers should not be cast to integral types -- we need that for jMSG -sonar.exclusions:cpp:S1767 +sonar.exclusions=cpp:S1767 # Comma-separated paths to directories with sources (required) sonar.sources=src,examples,include,teshsuite