X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/065aa174550654830302376f1db05b80b3fe4293..15f804cfddebc4fe4b305acd1c66487f2405420d:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index ee9764b026..4fbd2e31bf 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -22,17 +22,17 @@ sonar.issue.ignore.multicriteria.j1.ruleKey=squid:ObjectFinalizeOverridenCheck sonar.issue.ignore.multicriteria.j1.resourceKey=**/*.java # Throwable.printStackTrace(...) should not be called -# But we don't have no better mechanism, and our Java apps are not rocket science +# But we don't have no better mechanism, and our Java apps are not rocket science sonar.issue.ignore.multicriteria.j2.ruleKey=squid:S1148 sonar.issue.ignore.multicriteria.j2.resourceKey=**/*.java # Using command line arguments is security-sensitive -# But the authors of the applications using our library will be their only users, so there is no security concern +# But the authors of the applications using our library will be their only users, so there is no security concern sonar.issue.ignore.multicriteria.j3.ruleKey=squid:S4823 sonar.issue.ignore.multicriteria.j3.resourceKey=**/*.java # Standard outputs should not be used directly to log anything -# But this file is used before SimGrid is initialized +# But this file is used before SimGrid is initialized sonar.issue.ignore.multicriteria.j4.ruleKey=squid:S106 sonar.issue.ignore.multicriteria.j4.resourceKey=src/bindings/java/org/simgrid/NativeLib.java