SonarQube Cloud | Digging deeper | Clean as You Code | About quality standards
About quality standards
In the Sonar solution, each of your projects has a set quality standard, made up of a quality profile and a quality gate:
- A quality profile determines the set of rules that apply during analysis.
- A quality gate consists of a set of conditions against which the code is measured during analysis. Depending on the result, the code will pass or fail the quality gate, giving developers indications on whether to fix issues or merge the code.
Quality profile
We recommend using the built-in quality profile, called Sonar way. For details, see Understanding quality profiles.
Quality gate
By default, SonarQube Server and SonarQube Cloud implement a recommended quality gate called the Sonar way. For details, see Understanding quality gates.
Was this page helpful?