aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorAurelien Poscia <aurelien.poscia@sonarsource.com>2022-08-05 11:03:15 +0200
committersonartech <sonartech@sonarsource.com>2022-08-08 20:03:03 +0000
commit3abce203f3ee9ff3588452cbed7edcb9211f1cd4 (patch)
tree749750699bbc6958dd7295378f5118d54fa199e0 /sonar-ws
parent91196c9868fef1c043a419c92714f96981a50402 (diff)
downloadsonarqube-3abce203f3ee9ff3588452cbed7edcb9211f1cd4.tar.gz
sonarqube-3abce203f3ee9ff3588452cbed7edcb9211f1cd4.zip
SONAR-17149 drop fromHotspot field from issues payload
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-issues.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto
index 32966a90520..15735d26244 100644
--- a/sonar-ws/src/main/protobuf/ws-issues.proto
+++ b/sonar-ws/src/main/protobuf/ws-issues.proto
@@ -154,7 +154,7 @@ message Issue {
optional string pullRequest = 32;
optional string externalRuleEngine = 33;
- optional bool fromHotspot = 34;
+ reserved 34; //drop fromHotspot
optional string scope = 35;
optional bool quickFixAvailable = 36;