From: Lukasz Jarocki Date: Mon, 11 Oct 2021 08:27:16 +0000 (+0200) Subject: SONAR-15487 changing report protocol for scanner X-Git-Tag: 9.2.0.49834~155 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ee5c4bde3f1a83be80aac479b2c31a27106f439;p=sonarqube.git SONAR-15487 changing report protocol for scanner --- diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index f800a28ba2d..cf13d10f9d1 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -192,6 +192,7 @@ message Issue { // Will be identical to the first location of the first flow TextRange text_range = 6; repeated Flow flow = 7; + bool quickFixAvailable = 8; } message ExternalIssue {