aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-scanner-protocol/src/main')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto2
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;