diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-01-10 17:09:39 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-21 20:03:21 +0000 |
commit | 3ec97d1a4368fdd3212d524aacfc73403ed709ce (patch) | |
tree | 19e45c7af2353bbedf2823cf0d9b0c9e8a3bb6b6 /sonar-scanner-protocol | |
parent | 77f20a5c300a8f1576c20185de265119ef2fc8a9 (diff) | |
download | sonarqube-3ec97d1a4368fdd3212d524aacfc73403ed709ce.tar.gz sonarqube-3ec97d1a4368fdd3212d524aacfc73403ed709ce.zip |
SONAR-14929 New Code using a 'reference branch' doesn't detect changed code with git merge workflow
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index cf13d10f9d1..a6fc6398869 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -56,7 +56,7 @@ message Metadata { string target_branch_name = 18; - int64 forkDate = 19; + reserved 19; // forkDate (no longer used) map<string, int32> not_analyzed_files_by_language = 20; |