As one of may I am facing sonar warning
“Could not find ref ‘v3.5.0’ in refs/heads, refs/remotes/upstream or refs/remotes/origin. You may see unexpected issues and changes. Please make sure to fetch this ref before pull request analysis.”
I have fetched both branches before running analise but still getting warning. So git branch shows:
- bug/15174_get-cases-for-user
develop
release/v3.5.0
and Sonar-project.properties has:
sonar.pullrequest.key=2869
sonar.pullrequest.branch=bug/15174_get-cases-for-user
sonar.pullrequest.base=release/v3.5.0
One more thing that is a question to me is where does “release/” annotation gone in a warning. bug/ and release/ are missing in sonarcloud.io as well
What am I doing wrong
Thanks for help