Downnload a specific profile to analyze code locally

Hello everyone,

I’ve configured my IntelliJ with the SonarQube server.

I’m trying to analyze the code with a specific Sonar quality profile (Sonar way XXX) in IntelliJ. However, the local profile that was downloaded is “Sonar way 5.7 XXX” instead of “Sonar way XXX.”

Does anyone know the steps to download a specific Sonar quality profile and analyze the code locally, please?

Thank you.

Lutchumaya

Hi,

Welcome to the community!

In Connected Mode, you get the Quality Profile that your project uses during SonarQube analysis. So I would start by checking what your project is using on the SonarQube side.

 
HTH,
Ann