We’ve recently started using SonarCloud using the GitHub app however our new projects don’t use Automated Analysis so they can provide code coverage information, this is all triggered as part of our Circle CI pipeline.
Is it possible to disable Auto Analysis at either the organisation level or within the properties file?
As we create our new services from templates that including SonarCloud via Circle CI the sonar step always fails the initial builds. This is because the project is either unknown to SonarCloud or if you add it manually via the UI it enable Auto Analysis by default.
We don’t provide all our users with Admin rights so asking them to manually disable it per project isn’t an option.
This is a real pain point for us and means we’ve had to disable SonarCloud in our project templates.
I know this question has been asked many times before but the disable it using the admin menu isn’t an acceptable approach for us.