Can sonarcloud quality gates rules be used in sonarqube

This is a general question. I use sonarcloud for a customer projects and since i can not use the sonarcloud quality gates tests locally before committing code i wonder if i could get sonarqube running locally as docker service and use the same rules from the sonarcloud profile?

Hi,

Welcome to the community!

What you’re looking for is SonarLint, which is a free extension available for most popular IDEs.

It runs most rules locally as you code.

 
HTH,
Ann