From 2bfe0518401cbc7cc101fdbc42d8b1aa665cccdf Mon Sep 17 00:00:00 2001 From: Léo Geoffroy Date: Tue, 12 Nov 2024 15:14:27 +0100 Subject: SONAR-23566 Remove deprecation on rule 'type' and 'severity' --- sonar-ws/src/main/protobuf/ws-rules.proto | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto index 43987d7974c..d0e62066763 100644 --- a/sonar-ws/src/main/protobuf/ws-rules.proto +++ b/sonar-ws/src/main/protobuf/ws-rules.proto @@ -78,8 +78,7 @@ message Rule { optional string mdDesc = 7; optional string mdNote = 8; optional string noteLogin = 9; - // Deprecated since 10.2, replace by impacts - optional string severity = 10 [deprecated = true]; + optional string severity = 10; optional sonarqube.ws.commons.RuleStatus status = 11; optional string internalKey = 12; optional bool isTemplate = 13; @@ -107,8 +106,7 @@ message Rule { optional string debtRemFnType = 34 [deprecated = true]; reserved 35; reserved 36; - // Deprecated since 10.2, replace by impacts - optional sonarqube.ws.commons.RuleType type = 37 [deprecated = true]; + optional sonarqube.ws.commons.RuleType type = 37; optional string defaultRemFnType = 38; optional string defaultRemFnGapMultiplier = 39; optional string defaultRemFnBaseEffort = 40; -- cgit v1.2.3