Changing default quality gate
A default quality gate is assigned in your SonarQube Server settings. This quality gate is automatically applied to new projects and can be modified at any time.
A default quality gate is defined in your instance: any project that is not explicitly associated with a quality gate, is associated with the default quality gate. The default quality gate is indicated in the UI with the DEFAULT
tag.
By default, the default quality gate is the built-in quality gate Sonar way. You can set any built-in or custom quality gate as the default quality gate. See theUnderstanding quality gates to learn more.
To change the default quality gate:
In the top navigation bar, select Quality Gates.
In the left panel, select the quality gate you want to set as default.
In the top right corner of the quality gate, select the Actions button and then Set as default.

To disable the fudge factor at the global level:
Go to Administration > configuration > General Settings > General > Quality Gate.
Unselect the Ignore duplication and coverage on small changes option.
Related pages
Changing the quality gate fudge factor:
Last updated
Was this helpful?