About quality standards
A short description of the quality standards that contribute to improving code quality.
Last updated
Was this helpful?
A short description of the quality standards that contribute to improving code quality.
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 Overview 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.
We recommend using the built-in quality profile, called Sonar way. For details, see the Quality profiles page.
By default, SonarQube Server and SonarQube Cloud implement a recommended quality gate called the Sonar way. For details, see the Quality gates page.
Last updated
Was this helpful?
Was this helpful?

