sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis sonar.projectVersion=1.18.0 sonar.host.url=https://sonarcloud.io # ===================================================== # Meta-data for the project # ===================================================== sonar.links.homepage=https://github.com/owncloud/ocis sonar.links.ci=https://drone.owncloud.com/owncloud/ocis/ sonar.links.scm=https://github.com/owncloud/ocis sonar.links.issue=https://github.com/owncloud/ocis/issues # ===================================================== # Properties that will be shared amongst all modules # ===================================================== # SQ standard properties sonar.sources=. # Pull Requests sonar.pullrequest.provider=github sonar.pullrequest.github.repository=owncloud/ocis sonar.pullrequest.base=${env.SONAR_PULL_REQUEST_BASE} sonar.pullrequest.branch=${env.SONAR_PULL_REQUEST_BRANCH} sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY} # Properties specific to language plugins: sonar.go.coverage.reportPaths=cache/coverage/* # golangci-lint does not support wildcard # https://github.com/SonarSource/slang/blob/85b05160bc1b31c6072a35f8818da4376b107afa/sonar-go-plugin/src/main/java/org/sonar/go/externalreport/GolangCILintReportSensor.java#L37 # https://github.com/SonarSource/slang/blob/85b05160bc1b31c6072a35f8818da4376b107afa/sonar-go-plugin/src/main/java/org/sonar/go/externalreport/AbstractReportSensor.java#L76-L90 sonar.go.golangci-lint.reportPaths=cache/checkstyle/accounts_checkstyle.xml,cache/checkstyle/glauth_checkstyle.xml,cache/checkstyle/graph_checkstyle.xml,cache/checkstyle/graph-explorer_checkstyle.xml,cache/checkstyle/idp_checkstyle.xml,cache/checkstyle/ocis_checkstyle.xml,cache/checkstyle/ocis-pkg_checkstyle.xml,cache/checkstyle/ocs_checkstyle.xml,cache/checkstyle/proxy_checkstyle.xml,cache/checkstyle/settings_checkstyle.xml,cache/checkstyle/storage_checkstyle.xml,cache/checkstyle/store_checkstyle.xml,cache/checkstyle/thumbnails_checkstyle.xml,cache/checkstyle/web_checkstyle.xml,cache/checkstyle/webdav_checkstyle.xml # Exclude files sonar.exclusions=**/third_party,docs/**,changelog/**,*/pkg/assets/embed.go,idp/assets/identifier/**,**/package.json,**/rollup.config.js,CHANGELOG.md,**/pkg/proto/**/*.pb.*,deployments/**,tests/**,vendor-bin/**,README.md,**/mocks/ sonar.coverage.exclusions=**/*_test.go sonar.cpd.exclusions=**/*_test.go