aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-rules.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-rules.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-rules.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto
index e377cf7b3c2..ce049c220bc 100644
--- a/sonar-ws/src/main/protobuf/ws-rules.proto
+++ b/sonar-ws/src/main/protobuf/ws-rules.proto
@@ -102,6 +102,7 @@ message Rule {
optional string debtRemFnType = 34;
optional string debtRemFnCoeff = 35;
optional string debtRemFnOffset = 36;
+ optional sonarqube.ws.commons.RuleType type = 37;
message Params {
repeated Param params = 1;