Browse Source

SONAR-11626 Add a note to New Code Period description about manual baseline

tags/7.7
Janos Gyerik 5 years ago
parent
commit
96e54a89a4

+ 1
- 0
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java View File

@@ -164,6 +164,7 @@ public class CorePropertyDefinitions {
"<li>'previous_version' to compare to the previous version in the project history</li>" +
"<li>A version, for example '1.2' or 'BASELINE'</li></ul>" +
"<p>When specifying a number of days or a date, the snapshot selected for comparison is the first one available inside the corresponding time range. </p>" +
"<p>This property has no effect when a baseline is manually set on a long-living branch, such as the main branch.<p/>" +
"<p>Changing this property only takes effect after subsequent project inspections.<p/>")
.defaultValue(DEFAULT_LEAK_PERIOD)
.category(CoreProperties.CATEGORY_GENERAL)

Loading…
Cancel
Save