Template for a good new topic, formatted with Markdown:
-
ALM used (GitHub, Bitbucket Cloud, Azure DevOps)
GitHub -
CI system used (Bitbucket Cloud, Azure DevOps, Travis CI, Circle CI
Bitrise -
Scanner command used when applicable (private details masked)
sonar.organization=xxx
sonar.projectKey=xxx
sonar.host.url=https://sonarcloud.io
sonar.projectName=xxx
sonar.language=swift
sonar.login=xxx
sonar.pullrequest.provider=github
sonar.pullrequest.github.repository=xxx
sonar.pullrequest.key=1
sonar.pullrequest.branch=xxx
sonar.pullrequest.base=master -
Languages of the repository
Swift -
Only if the SonarCloud project is public, the URL
- And if you need help with pull request decoration, then the URL to the PR too
It is private project
- Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
no error/warning show on sonarcloud site but no github check on the pr as well - Steps to reproduce
run sonar-scanner with the sonar-project.properties on either local machine or bitrise workflow - Potential workaround