From 9e819651a089e9162d68fbf683119af9028019a6 Mon Sep 17 00:00:00 2001 From: Dejan Milisavljevic Date: Mon, 26 Aug 2024 07:54:37 +0200 Subject: [PATCH] SONAR-22728 Remove the link from "Enable legacy mode" setting --- .../java/org/sonar/core/config/LegacyRatingProperties.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java b/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java index d6a86e9c68b..ed621ff35d6 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java +++ b/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java @@ -38,8 +38,7 @@ public final class LegacyRatingProperties { PropertyDefinition.builder(LEGACY_RATING_MODE_ENABLED) .defaultValue(Boolean.FALSE.toString()) .name("Enable legacy mode") - .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E " + - "(read more about why)." + + .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E." + "

" + "If you choose legacy mode, ratings and other counts will be calculated using the former logic. The old ratings scale (A-E) is " + "deprecated and is scheduled for replacement by the new scale (A-D) in the next LTA.") -- 2.39.5