diff options
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf/batch_report.proto')
-rw-r--r-- | sonar-batch-protocol/src/main/protobuf/batch_report.proto | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index 444d3f90310..1d034a80b95 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -102,9 +102,8 @@ message Issue { optional int32 line = 3; optional string msg = 4; optional Severity severity = 5; - repeated string tag = 6; - optional double effort_to_fix = 7; - optional string attributes = 8; + optional double effort_to_fix = 6; + optional string attributes = 7; } message Changesets { |