Is there a way to use SonarQube as part a code review?

We’re using SonarLint to identify issues in a developer’s environment.
We’re using SonarQube to periodically perform a full scan on our code.
Is there a way to use SonarQube to identify issues during a code review?

We’re using SonarQube 7.9.4.

Hi @tnguyen ,

Welcome to SonarSource Community! :sonarsource:

Yes, you can use our Pull Request Decoration feature: Pull Request Analysis | SonarQube Docs, which is available in Developer Edition. Read through the docs and see what you think. We offer a free trial to test drive it.

If you want to try it immediately, SonarCloud offers it too. You can read through the SonarCloud docs for Pull Request Analysis and set up an open-source repository in SonarCloud to test it. It’s quite similar so you can get an idea of how it works in Developer Edition of SonarQube.

Joe

Hi Joe,

Thank you for your response! Good to know that SonarQube has this feature. We will give this a try.

Regards,

Trung Nguyen

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.