From caf48455f693b76d06ebd2328d8498442cb0c1ab Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 12 Feb 2018 17:03:52 +0100 Subject: SONAR-10299 Drop the project link "developer connection" --- .../src/main/protobuf/scanner_report.proto | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sonar-scanner-protocol/src') diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index 75f915b9501..7d3123d24c1 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -84,12 +84,13 @@ message ComponentLink { enum ComponentLinkType { UNSET = 0; - HOME = 1; - SCM = 2; - SCM_DEV = 3; - ISSUE = 4; - CI = 5; - } + HOME = 1; + SCM = 2; + // SCM_DEV is no more set since 7.1. See SONAR-10299 + IGNORED_SCM_DEV = 3; + ISSUE = 4; + CI = 5; + } } message Component { -- cgit v1.2.3