X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=sonar-simantics-platform-sdk.properties;fp=sonar-simantics-platform-sdk.properties;h=889eefa0eab68ca0f4eb7bc3968025e5abba0f3a;hp=0000000000000000000000000000000000000000;hb=763ef6cdd4106c4ae10f3d073b5bc5671843efba;hpb=7ae3183d63888cfeb1f755997067a859f7763b5f diff --git a/sonar-simantics-platform-sdk.properties b/sonar-simantics-platform-sdk.properties new file mode 100644 index 000000000..889eefa0e --- /dev/null +++ b/sonar-simantics-platform-sdk.properties @@ -0,0 +1,23 @@ +# required metadata +sonar.projectKey=simantics-platform-sdk +sonar.projectName=Simantics Platform SDK +sonar.projectVersion=1.25 + +# path to source directories (required) +sonar.sources=bundles/**/src/** + +# path to test source directories (optional) +#sonar.tests=testDir1,testDir2 + +# path to project binaries (optional), for example directory of Java bytecode +#sonar.binaries=binDir + +# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported. +#sonar.libraries=path/to/library.jar,path/to/classes/dir + +# Uncomment this line to analyse a project which is not a java project. +# The value of the property must be the key of the language. +#sonar.language=cobol + +# Additional parameters +#sonar.my.property=value \ No newline at end of file