X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1692f2d57cbdd2bfffcba9481b96fb58fec34016..f863142ca1ffcf37908e0beb8dd4b71eb2a74c86:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index 4d3c444092..4fbd2e31bf 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -16,23 +16,23 @@ sonar.sources=src,examples,include,teshsuite # Disable some rules on some files sonar.issue.ignore.multicriteria=j1,j2,j3,j4,j5,jni1,jni2,c1,c2a,c2b,c3,c4a,c4b,c5a,c5b,c6a,c6b,c7,c8,c9,c10,f1,p1,s1,s2,s3,s4 -# The Object.finalize() method should not be overriden +# The Object.finalize() method should not be overridden # But we need to clean the native memory with JNI 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 @@ -181,6 +181,6 @@ sonar.java.binaries=CMakeFiles/simgrid-java_jar.dir,examples/deprecated/java #sonar.java.binaries #sonar.cfamily.build-wrapper-output #sonar.cfamily.gcov.reportsPath -#sonar.python.coverage.reportPath +#sonar.python.coverage.reportPaths #sonar.coverage.jacoco.xmlReportPaths #sonar.cfamily.threads