Hi
I am new to SonarCloud and considering use it for code analysis
I have a c++ project kept in Bitbucket.
I don’t want to go through the whole pipelining process for building my project (specified by ‘bitbucket-pipelines.yml’ file)
I just want to run the static code analysis on my project
Is there any way to achieve it?
I appreciate your help
Thanks!