diff options
Diffstat (limited to 'sonar-scanner-protocol/src/main/protobuf/scanner_report.proto')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index f81097b5a92..57f86f9a73a 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -47,6 +47,7 @@ message Metadata { string scm_revision_id = 13; string pull_request_key = 14; + map<string, string> modules_project_relative_path_by_key = 15; message QProfile { string key = 1; @@ -101,8 +102,6 @@ message ComponentLink { message Component { int32 ref = 1; - // Path relative to module base directory - string path = 2 [deprecated=true]; string name = 3; ComponentType type = 4; bool is_test = 5; |